Свойство 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