Compartir a través de


PartitionScheme Propiedad

Gets the partition scheme that is associated with the index.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
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 de la propiedad

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