Freigeben über


ColumnDefinition.IdentityOptions-Eigenschaft

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.

Siehe auch

Verweis

ColumnDefinition Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace