Propriedade do RDL SetIdentityInsertStatement.Table
Gets or sets the name of a table with an identity column.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Table As SchemaObjectName
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of a table with an identity column.