Właściwość Column.IdentitySeed
Pobiera lub ustawia Identyfikator początkowy dla kolumna tożsamości.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IdentitySeed As Long
Get
Set
'Użycie
Dim instance As Column
Dim value As Long
value = instance.IdentitySeed
instance.IdentitySeed = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public long IdentitySeed { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property long long IdentitySeed {
long long get ();
void set (long long value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member IdentitySeed : int64 with get, set
function get IdentitySeed () : long
function set IdentitySeed (value : long)
Wartość właściwości
Typ: System.Int64
Int32 Wartość, która określa identyfikator początkowy dla kolumna tożsamości.
Uwagi
kolumna tożsamości jest kwota jest tożsamość materiału siewnego zestaw do początkowo dla pierwszego nowy wiersz.
Identity Właściwość musi być zestaw do True przed zestawwyrównywania tej właściwości.
Zobacz także