ITableOptions.PartitionScheme Property
Gets or sets the name of the partition scheme associated with the table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Table_PartitionSchemeName")> _
<DisplayDescriptionKeyAttribute("Table_PartitionSchemeDesc")> _
Property PartitionScheme As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value that contains the partition scheme associated with the table.