Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentityOptions
The identity options.