Partager via


Propriété Seed

Gets the identity seed of the identity column.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Seed As Long
    Get
'Utilisation
Dim instance As IdentityColumnInfo
Dim value As Long

value = instance.Seed
public long Seed { get; }
public:
property long long Seed {
    long long get ();
}
member Seed : int64
function get Seed () : long

Valeur de propriété

Type : System. . :: . .Int64
The identity seed of the identity column.