Partager via


Méthode IndexedXmlPathCollection.Add (IndexedXmlPath)

Adds an item to the collection with specified path.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    indexedXmlPath As IndexedXmlPath _
)
'Utilisation
Dim instance As IndexedXmlPathCollection 
Dim indexedXmlPath As IndexedXmlPath

instance.Add(indexedXmlPath)
public void Add(
    IndexedXmlPath indexedXmlPath
)
public:
void Add(
    IndexedXmlPath^ indexedXmlPath
)
member Add : 
        indexedXmlPath:IndexedXmlPath -> unit
public function Add(
    indexedXmlPath : IndexedXmlPath
)

Paramètres

Voir aussi

Référence

IndexedXmlPathCollection Classe

Surcharge Add

Espace de noms Microsoft.SqlServer.Management.Smo