Свойство PartitionScheme
Gets or sets the partition scheme associated with the index.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property PartitionScheme As String
Get
Set
'Применение
Dim instance As Index
Dim value As String
value = instance.PartitionScheme
instance.PartitionScheme = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string PartitionScheme { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ PartitionScheme {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member PartitionScheme : string with get, set
function get PartitionScheme () : String
function set PartitionScheme (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the partition scheme associated with the index.
Замечания
This property cannot be modified by using the Alter()()()() method. To change the property, the index must be rebuilt or re-created.
Примечание |
|---|
For indexes based on the UserDefinedTableType object the value of PartitionScheme property is an empty string. |
См. также
Примечание