Свойство SetIdentityInsertStatement.Table

Gets or sets the name of a table with an identity column.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Table As SchemaObjectName 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of a table with an identity column.

См. также

Справочник

SetIdentityInsertStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom