Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the table identifier.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property BaseIdentifier As Identifier
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The table identifier.