다음을 통해 공유


PartitionScheme 속성

Gets the partition scheme that is associated with the index.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property PartitionScheme As IPartitionScheme
    Get
‘사용 방법
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

속성 값

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