Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of a table with an identity column.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Table As SchemaObjectName
Get
Set
'Usage
Dim instance As SetIdentityInsertStatement
Dim value As SchemaObjectName
value = instance.Table
instance.Table = value
public SchemaObjectName Table { get; set; }
public:
property SchemaObjectName^ Table {
SchemaObjectName^ get ();
void set (SchemaObjectName^ value);
}
member Table : SchemaObjectName with get, set
function get Table () : SchemaObjectName
function set Table (value : SchemaObjectName)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of a table with an identity column.