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.