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 命名空间