Méthode XmlSchemaCollection.AddSchemaDocument

Adds an XML schema document to the XML schema collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub AddSchemaDocument ( _
    xmlSchemaDocument As String _
)
'Utilisation
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
)

Paramètres

Exemples

Utilisation de schémas XML

Voir aussi

Référence

XmlSchemaCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Utilisation de schémas XML

Collections de schémas XML (SQL Server)

CREATE SCHEMA (Transact-SQL)