次の方法で共有


PartitionScheme プロパティ

インデックスに関連付けられたパーティション構成を取得します。

名前空間:  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
インデックスに関連付けられているパーティション構成を表す IPartitionScheme オブジェクトです。