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.