Sdílet prostřednictvím


Table.PartitionScheme Property

Gets or sets the partition scheme that is configured for the table.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property PartitionScheme As String
    Get
    Set
'Usage
Dim instance As Table
Dim value As String

value = instance.PartitionScheme

instance.PartitionScheme = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string PartitionScheme { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
virtual property String^ PartitionScheme {
    String^ get () sealed;
    void set (String^ value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
abstract PartitionScheme : string with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
override PartitionScheme : string with get, set
final function get PartitionScheme () : String
final function set PartitionScheme (value : String)

Property Value

Type: System.String
A PartitionScheme object value that specifies the partition scheme that is configured on the table.

Implements

ITableOptions.PartitionScheme

Remarks

The property specifies the name of the partition scheme. The PartitionSchemeParameters property lists the file groups that the partition scheme uses to store the table data.