Proprietà IdentityColumnInfo
Gets or sets the IdentityColumnInfo object that provides the column identity specification.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Property IdentityColumnInfo As IdentityColumnInfo
Get
Set
'Utilizzo
Dim instance As IMutableColumn
Dim value As IdentityColumnInfo
value = instance.IdentityColumnInfo
instance.IdentityColumnInfo = value
IdentityColumnInfo IdentityColumnInfo { get; set; }
property IdentityColumnInfo^ IdentityColumnInfo {
IdentityColumnInfo^ get ();
void set (IdentityColumnInfo^ value);
}
abstract IdentityColumnInfo : IdentityColumnInfo with get, set
function get IdentityColumnInfo () : IdentityColumnInfo
function set IdentityColumnInfo (value : IdentityColumnInfo)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IdentityColumnInfo
The IdentityColumnInfo object that provides the column identity specification or nullNothingnullptrunitriferimento Null (Nothing in Visual Basic). if this is not an identity column.