IColumn.IdentityColumnInfo Property
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
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IdentityColumnInfo
The IdentityColumnInfo object that provides the column identity specification or nulla null reference (Nothing in Visual Basic) reference if this is not an identity column.