AlterTableStatement.SchemaObjectName 属性

Gets or sets the name of the schema to which the table belongs. This can be, at most, a two-part name.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property SchemaObjectName As SchemaObjectName 
    Get 
    Set
用法
Dim instance As AlterTableStatement 
Dim value As SchemaObjectName 

value = instance.SchemaObjectName

instance.SchemaObjectName = value
public SchemaObjectName SchemaObjectName { get; set; }
public:
property SchemaObjectName^ SchemaObjectName {
    SchemaObjectName^ get ();
    void set (SchemaObjectName^ value);
}
member SchemaObjectName : SchemaObjectName with get, set
function get SchemaObjectName () : SchemaObjectName 
function set SchemaObjectName (value : SchemaObjectName)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of the schema.

请参阅

参考

AlterTableStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间