Freigeben über


PartitionScheme-Eigenschaft

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

Eigenschaftswert

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