Share via


IRelationalIndex.PartitionScheme Property

Gets the partition scheme that is associated with the index.

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

Syntax

'Declaration
ReadOnly Property PartitionScheme As IPartitionScheme
    Get
'Usage
Dim instance As IRelationalIndex
Dim value As IPartitionScheme

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

Property Value

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