This topic has not yet been rated - Rate this topic

XmlSchemaCollection Constructor (Database, String, String)

Initializes a new instance of the XmlSchemaCollection class on the specified database and with the specified name and schema.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public XmlSchemaCollection(
	Database database,
	string name,
	string schema
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.