XmlSchemaCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
XmlSchemaCollection() | |
XmlSchemaCollection(Database, String) | |
XmlSchemaCollection(Database, String, String) | |
XmlSchemaCollection(Database, String, String, String) |
XmlSchemaCollection()
public XmlSchemaCollection ();
Public Sub New ()
Applies to
XmlSchemaCollection(Database, String)
public XmlSchemaCollection (Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.XmlSchemaCollection : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.XmlSchemaCollection
Public Sub New (database As Database, name As String)
Parameters
- database
- Database
- name
- String
Applies to
XmlSchemaCollection(Database, String, String)
public XmlSchemaCollection (Microsoft.SqlServer.Management.Smo.Database database, string name, string schema);
new Microsoft.SqlServer.Management.Smo.XmlSchemaCollection : Microsoft.SqlServer.Management.Smo.Database * string * string -> Microsoft.SqlServer.Management.Smo.XmlSchemaCollection
Public Sub New (database As Database, name As String, schema As String)
Parameters
- database
- Database
- name
- String
- schema
- String
Applies to
XmlSchemaCollection(Database, String, String, String)
public XmlSchemaCollection (Microsoft.SqlServer.Management.Smo.Database database, string name, string schema, string xmlSchemaDocument);
new Microsoft.SqlServer.Management.Smo.XmlSchemaCollection : Microsoft.SqlServer.Management.Smo.Database * string * string * string -> Microsoft.SqlServer.Management.Smo.XmlSchemaCollection
Public Sub New (database As Database, name As String, schema As String, xmlSchemaDocument As String)
Parameters
- database
- Database
- name
- String
- schema
- String
- xmlSchemaDocument
- String