Compartir a través de


XmlDataTypeReference.XmlSchemaCollection Propiedad

Gets or sets the xml schema collection. Optional may be nulles una referencia NULL (Nothing en Visual Basic)..

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

XmlDataTypeReference Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom