CreateXmlSchemaCollectionStatement.Name 속성

Gets or sets the name of the collection.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property Name As SchemaObjectName 
    Get 
    Set
‘사용 방법
Dim instance As CreateXmlSchemaCollectionStatement 
Dim value As SchemaObjectName 

value = instance.Name

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of the collection.

참고 항목

참조

CreateXmlSchemaCollectionStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스