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 네임스페이스