共用方式為


ColumnDefinition.IdentityOptions 屬性

Gets or sets the identity options.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property IdentityOptions As IdentityOptions 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.IdentityOptions
The identity options.

請參閱

參考

ColumnDefinition 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間