Propriété Increment
Gets the identity increment 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 Increment As Long
Get
'Utilisation
Dim instance As IdentityColumnInfo
Dim value As Long
value = instance.Increment
public long Increment { get; }
public:
property long long Increment {
long long get ();
}
member Increment : int64
function get Increment () : long
Valeur de propriété
Type : System. . :: . .Int64
The identity increment of the identity column.