共用方式為


IdentityColumnInfo 屬性

Gets or sets the IdentityColumnInfo object that provides the column identity specification.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Property IdentityColumnInfo As IdentityColumnInfo
    Get
    Set
'用途
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)

屬性值

型別: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.

實作

IColumn. . :: . .IdentityColumnInfo