PartitionScheme Propiedad
Gets or sets the name of the partition scheme associated with the table.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<DisplayNameKeyAttribute("Table_PartitionSchemeName")> _
<DisplayDescriptionKeyAttribute("Table_PartitionSchemeDesc")> _
Property PartitionScheme As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that contains the partition scheme associated with the table.
Vea también