Condividi tramite


Proprietà XmlDataTypeReference.XmlSchemaCollection

Gets or sets the xml schema collection. Optional may be nullriferimento Null (Nothing in Visual Basic)..

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

XmlDataTypeReference Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom