Partilhar via


Propriedade ISql90MessageType.XmlSchemaCollection

Obtém ou define o esquema XML que é usado para validação.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property XmlSchemaCollection As ISql90XmlSchemaCollection
    Get
    Set
ISql90XmlSchemaCollection XmlSchemaCollection { get; set; }
property ISql90XmlSchemaCollection^ XmlSchemaCollection {
    ISql90XmlSchemaCollection^ get ();
    void set (ISql90XmlSchemaCollection^ value);
}
abstract XmlSchemaCollection : ISql90XmlSchemaCollection with get, set
function get XmlSchemaCollection () : ISql90XmlSchemaCollection
function set XmlSchemaCollection (value : ISql90XmlSchemaCollection)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql90XmlSchemaCollection

Segurança do .NET Framework

Consulte também

Referência

ISql90MessageType Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel