Partager via


Méthode IndexedXmlPathNamespaceCollection.Add

Adds the indexed XML path namespace to the collection.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
'Utilisation
Dim instance As IndexedXmlPathNamespaceCollection 
Dim indexedXmlPathNamespace As IndexedXmlPathNamespace

instance.Add(indexedXmlPathNamespace)
public void Add(
    IndexedXmlPathNamespace indexedXmlPathNamespace
)
public:
void Add(
    IndexedXmlPathNamespace^ indexedXmlPathNamespace
)
member Add : 
        indexedXmlPathNamespace:IndexedXmlPathNamespace -> unit
public function Add(
    indexedXmlPathNamespace : IndexedXmlPathNamespace
)

Paramètres

Voir aussi

Référence

IndexedXmlPathNamespaceCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo