Share via


IRelationalIndex.FileStreamPartitionScheme Property

Gets 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
ReadOnly Property FileStreamPartitionScheme As IPartitionScheme 
    Get
'Usage
Dim instance As IRelationalIndex 
Dim value As IPartitionScheme 

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

Property Value

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

See Also

Reference

IRelationalIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace