ISql90XmlTypeSpecifier.XmlSchemaCollection Property

Gets or sets the XML schema for objects of this type.

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

Syntax

'Declaration
Property XmlSchemaCollection As ISql90XmlSchemaCollection
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90XmlTypeSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace