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 schema identifier.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SchemaIdentifier As Identifier
Get
'Usage
Dim instance As SchemaObjectName
Dim value As Identifier
value = instance.SchemaIdentifier
public virtual Identifier SchemaIdentifier { get; }
public:
virtual property Identifier^ SchemaIdentifier {
Identifier^ get ();
}
abstract SchemaIdentifier : Identifier
override SchemaIdentifier : Identifier
function get SchemaIdentifier () : Identifier
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The table schema identifier.