Свойство SchemaObjectName.BaseIdentifier

Gets the table identifier.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property BaseIdentifier As Identifier 
    Get
'Применение
Dim instance As SchemaObjectName 
Dim value As Identifier 

value = instance.BaseIdentifier
public virtual Identifier BaseIdentifier { get; }
public:
virtual property Identifier^ BaseIdentifier {
    Identifier^ get ();
}
abstract BaseIdentifier : Identifier 
override BaseIdentifier : Identifier
function get BaseIdentifier () : Identifier

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The table identifier.

См. также

Справочник

SchemaObjectName Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom