Свойство 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 nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic) if this is not an identity column.
См. также