PartitionScheme 屬性
Gets or sets the name of the partition scheme associated with the table.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<DisplayNameKeyAttribute("Table_PartitionSchemeName")> _
<DisplayDescriptionKeyAttribute("Table_PartitionSchemeDesc")> _
Property PartitionScheme As String
Get
Set
'用途
Dim instance As ITableOptions
Dim value As String
value = instance.PartitionScheme
instance.PartitionScheme = value
[DisplayNameKeyAttribute("Table_PartitionSchemeName")]
[DisplayDescriptionKeyAttribute("Table_PartitionSchemeDesc")]
string PartitionScheme { get; set; }
[DisplayNameKeyAttribute(L"Table_PartitionSchemeName")]
[DisplayDescriptionKeyAttribute(L"Table_PartitionSchemeDesc")]
property String^ PartitionScheme {
String^ get ();
void set (String^ value);
}
[<DisplayNameKeyAttribute("Table_PartitionSchemeName")>]
[<DisplayDescriptionKeyAttribute("Table_PartitionSchemeDesc")>]
abstract PartitionScheme : string with get, set
function get PartitionScheme () : String
function set PartitionScheme (value : String)
屬性值
型別:System. . :: . .String
A String value that contains the partition scheme associated with the table.