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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql90XmlTypeSpecifier Interface