PartitionScheme 属性

Gets or sets the partition scheme that is associated with the index.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Property PartitionScheme As IPartitionScheme
    Get
    Set
用法
Dim instance As IMutableRelationalIndex
Dim value As IPartitionScheme

value = instance.PartitionScheme

instance.PartitionScheme = value
IPartitionScheme PartitionScheme { get; set; }
property IPartitionScheme^ PartitionScheme {
    IPartitionScheme^ get ();
    void set (IPartitionScheme^ value);
}
abstract PartitionScheme : IPartitionScheme with get, set
function get PartitionScheme () : IPartitionScheme
function set PartitionScheme (value : IPartitionScheme)

属性值

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

实现

IRelationalIndex. . :: . .PartitionScheme