IdentityColumnInfo Propiedad
Gets or sets the IdentityColumnInfo object that provides the column identity specification.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Property IdentityColumnInfo As IdentityColumnInfo
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IdentityColumnInfo
The IdentityColumnInfo object that provides the column identity specification or nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). if this is not an identity column.