Partilhar via


Propriedade do RDL PartitionScheme

Gets the partition scheme that is associated with the index.

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

Sintaxe

'Declaração
ReadOnly Property PartitionScheme As IPartitionScheme
    Get
'Uso
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

Valor da propriedade

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