Método IndexedXmlPathCollection.Add (IndexedXmlPath)
Adds an item to the collection with specified path.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub Add ( _
indexedXmlPath As IndexedXmlPath _
)
'Uso
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
)
Parâmetros
- indexedXmlPath
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The path of the object to be added to the collection.