Freigeben über


XmlDataTypeReference.XmlSchemaCollection-Eigenschaft

Gets or sets the xml schema collection. Optional may be nullein NULL-Verweis (Nothing in Visual Basic).

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property XmlSchemaCollection As SchemaObjectName 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The XML schema collection

Siehe auch

Verweis

XmlDataTypeReference Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace