Свойство 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.