Compartir a través de


IndexedXmlPathCollection.Add Método (IndexedXmlPath)

Adds an item to the collection with specified path.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

IndexedXmlPathCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.SqlServer.Management.Smo