ITableOptions.FileStreamPartitionScheme Property

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("Table_FileStreamPartitionSchemeDesc")> _
<DisplayNameKeyAttribute("Table_FileStreamPartitionSchemeName")> _
Property FileStreamPartitionScheme As String
    Get
    Set
'Usage
Dim instance As ITableOptions
Dim value As String

value = instance.FileStreamPartitionScheme

instance.FileStreamPartitionScheme = value
[DisplayDescriptionKeyAttribute("Table_FileStreamPartitionSchemeDesc")]
[DisplayNameKeyAttribute("Table_FileStreamPartitionSchemeName")]
string FileStreamPartitionScheme { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_FileStreamPartitionSchemeDesc")]
[DisplayNameKeyAttribute(L"Table_FileStreamPartitionSchemeName")]
property String^ FileStreamPartitionScheme {
    String^ get ();
    void set (String^ value);
}
[<DisplayDescriptionKeyAttribute("Table_FileStreamPartitionSchemeDesc")>]
[<DisplayNameKeyAttribute("Table_FileStreamPartitionSchemeName")>]
abstract FileStreamPartitionScheme : string with get, set
function get FileStreamPartitionScheme () : String
function set FileStreamPartitionScheme (value : String)

Property Value

Type: System.String