Свойство AlterSchemaStatement.ObjectName

Gets or sets the securable name that is the one-part or two-part name of a schema-contained securable to be moved into the schema.

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

Синтаксис

'Декларация
Public Property ObjectName As SchemaObjectName 
    Get 
    Set
'Применение
Dim instance As AlterSchemaStatement 
Dim value As SchemaObjectName 

value = instance.ObjectName

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

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The one-part or two-part name of a schema-contained securable to be moved into the schema.

См. также

Справочник

AlterSchemaStatement Класс

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