XmlSchemaCollection 建構函式

定義

多載

XmlSchemaCollection()

public XmlSchemaCollection();
Public Sub New ()

適用於

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)

參數

database
Database
name
String

適用於

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)

參數

database
Database
name
String
schema
String

適用於

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)

參數

database
Database
name
String
schema
String
xmlSchemaDocument
String

適用於