Compartir a través de


IndexedXmlPathCollection.Add Método (IndexedXmlPath, Int32)

Adds an item to the collection with specified path and position where it will be inserted at.

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, _
    insertAtPosition As Integer _
)
'Uso
Dim instance As IndexedXmlPathCollection 
Dim indexedXmlPath As IndexedXmlPath 
Dim insertAtPosition As Integer

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

Parámetros

  • insertAtPosition
    Tipo: System.Int32
    The position where the item will be inserted.

Vea también

Referencia

IndexedXmlPathCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.SqlServer.Management.Smo