Compartilhar via


Propriedade do RDL XmlDataTypeReference.XmlSchemaCollection

Gets or sets the xml schema collection. Optional may be nulluma referência nula (Nothing no Visual Basic).

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

Sintaxe

'Declaração
Public Property XmlSchemaCollection As SchemaObjectName 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

XmlDataTypeReference Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom