Share via


IMutableRelationalIndex.FileStreamPartitionScheme Property

Gets or sets the partition scheme name for the index.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property FileStreamPartitionScheme As IPartitionScheme
    Get
    Set
'Usage
Dim instance As IMutableRelationalIndex
Dim value As IPartitionScheme

value = instance.FileStreamPartitionScheme

instance.FileStreamPartitionScheme = value
IPartitionScheme FileStreamPartitionScheme { get; set; }
property IPartitionScheme^ FileStreamPartitionScheme {
    IPartitionScheme^ get ();
    void set (IPartitionScheme^ value);
}
abstract FileStreamPartitionScheme : IPartitionScheme with get, set
function get FileStreamPartitionScheme () : IPartitionScheme
function set FileStreamPartitionScheme (value : IPartitionScheme)

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IPartitionScheme
The IPartitionScheme object that represents the partition scheme for the index.

Implements

IRelationalIndex.FileStreamPartitionScheme