Aracılığıyla paylaş


XmlSchemaCollection.AddSchemaDocument Method

Adds an XML schema document to the XML schema collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public Sub AddSchemaDocument ( _
    xmlSchemaDocument As String _
)
'Kullanım
Dim instance As XmlSchemaCollection
Dim xmlSchemaDocument As String

instance.AddSchemaDocument(xmlSchemaDocument)
public void AddSchemaDocument(
    string xmlSchemaDocument
)
public:
void AddSchemaDocument(
    String^ xmlSchemaDocument
)
member AddSchemaDocument : 
        xmlSchemaDocument:string -> unit 
public function AddSchemaDocument(
    xmlSchemaDocument : String
)

Parameters

Examples

Using XML Schemas

See Also

Reference

XmlSchemaCollection Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Using XML Schemas

XML Schema Collections (SQL Server)

CREATE SCHEMA (Transact-SQL)