다음을 통해 공유


XmlDataTypeReference.XmlSchemaCollection 속성

Gets or sets the xml schema collection. Optional may be nullnull 참조(Visual Basic에서는 Nothing).

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

구문

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

value = instance.XmlSchemaCollection

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The XML schema collection

참고 항목

참조

XmlDataTypeReference 클래스

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