Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the identity options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IdentityOptions As IdentityOptions
Get
Set
'Usage
Dim instance As ColumnDefinition
Dim value As IdentityOptions
value = instance.IdentityOptions
instance.IdentityOptions = value
public IdentityOptions IdentityOptions { get; set; }
public:
property IdentityOptions^ IdentityOptions {
IdentityOptions^ get ();
void set (IdentityOptions^ value);
}
member IdentityOptions : IdentityOptions with get, set
function get IdentityOptions () : IdentityOptions
function set IdentityOptions (value : IdentityOptions)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.IdentityOptions
The identity options.