共用方式為


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.