IdentityColumnInfo 属性

Gets the IdentityColumnInfo object that provides the column identity specification.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property IdentityColumnInfo As IdentityColumnInfo
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IdentityColumnInfo
The IdentityColumnInfo object that provides the column identity specification or nullNothingnullptrunitnull 引用(在 Visual Basic 中为 Nothing) if this is not an identity column.