XmlSchemaCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| XmlSchemaCollection() | |
| XmlSchemaCollection(Database, String) | |
| XmlSchemaCollection(Database, String, String) | |
| XmlSchemaCollection(Database, String, String, String) |
XmlSchemaCollection()
public XmlSchemaCollection();
Public Sub New ()
S’applique à
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)
Paramètres
- database
- Database
- name
- String
S’applique à
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)
Paramètres
- database
- Database
- name
- String
- schema
- String
S’applique à
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)
Paramètres
- database
- Database
- name
- String
- schema
- String
- xmlSchemaDocument
- String