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 命名空間