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 命名空間