Свойство CreateTableStatement.SchemaObjectName

Gets or sets the name of the schema to which the table belongs.

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

Синтаксис

'Декларация
Public Property SchemaObjectName As SchemaObjectName 
    Get 
    Set
'Применение
Dim instance As CreateTableStatement 
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 to which the table belongs.

См. также

Справочник

CreateTableStatement Класс

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