IdentityColumnInfo-Eigenschaft
Gets the IdentityColumnInfo object that provides the column identity specification.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IdentityColumnInfo As IdentityColumnInfo
Get
'Usage
Dim instance As IColumn
Dim value As IdentityColumnInfo
value = instance.IdentityColumnInfo
IdentityColumnInfo IdentityColumnInfo { get; }
property IdentityColumnInfo^ IdentityColumnInfo {
IdentityColumnInfo^ get ();
}
abstract IdentityColumnInfo : IdentityColumnInfo
function get IdentityColumnInfo () : IdentityColumnInfo
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IdentityColumnInfo
The IdentityColumnInfo object that provides the column identity specification or nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic) if this is not an identity column.
Siehe auch