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

Consulte também

Referência

IndexedXmlPathCollection Classe

Sobrecarregado Add

Namespace Microsoft.SqlServer.Management.Smo