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
- indexedXmlPath
Type : Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The path of the object to be added to the collection.