Freigeben über


PartitionScheme.ID-Eigenschaft

Gets the zero-based ordinal of the PartitionScheme object, which specifies its position within the collection.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer 
    Get
'Usage
Dim instance As PartitionScheme 
Dim value As Integer 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int

Eigenschaftswert

Typ: System.Int32
An Int32 that specifies the position of the PartitionScheme object in the collection.

Beispiele

Verwenden von Dateigruppen und Dateien zur Speicherung von Daten

Siehe auch

Verweis

PartitionScheme Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

CREATE PARTITION SCHEME (Transact-SQL)