다음을 통해 공유


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