XmlSchemaCollection Constructor (Database, String, String)
SQL Server 2008 R2
Initializes a new instance of the XmlSchemaCollection class on the specified database and with the specified name and schema.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- database
- Type: Microsoft.SqlServer.Management.Smo.Database
A Database object that specifies the database to which the XML schema collection belongs.
- name
- Type: System.String
A String value that specifies the name of the XML schema collection.
- schema
- Type: System.String
A String value that specifies the schema of the XML schema collection.
