Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the name of a table with an identity column.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property Table As SchemaObjectName
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of a table with an identity column.