ITableOptions.PartitionScheme Property
Gets or sets the name of the partition scheme associated with the table. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayNameKeyAttribute("Table_PartitionSchemeName")> _
<DisplayDescriptionKeyAttribute("Table_PartitionSchemeDesc")> _
Property PartitionScheme As String
[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);
}
/** @property */
String get_PartitionScheme ()
/** @property */
void set_PartitionScheme (String value)
function get PartitionScheme () : String
function set PartitionScheme (value : String)
Property Value
A String value that contains the partition scheme associated with the table.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.