Dela via


ISql90XmlTypeSpecifier.XmlSchemaCollection Property

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

Syntax

'Declaration
Property XmlSchemaCollection As ISql90XmlSchemaCollection
'Usage
Dim instance As ISql90XmlTypeSpecifier 
Dim value As ISql90XmlSchemaCollection 

value = instance.XmlSchemaCollection

instance.XmlSchemaCollection = value
ISql90XmlSchemaCollection XmlSchemaCollection { get; set; }
property ISql90XmlSchemaCollection^ XmlSchemaCollection {
    ISql90XmlSchemaCollection^ get ();
    void set (ISql90XmlSchemaCollection^ value);
}
function get XmlSchemaCollection () : ISql90XmlSchemaCollection 
function set XmlSchemaCollection (value : ISql90XmlSchemaCollection)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90XmlTypeSpecifier Interface

ISql90XmlTypeSpecifier Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace