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