Compartir a través de


IndexedXmlPathCollection.Add Método (IndexedXmlPath, String)

Adds an item to the collection with specified path and column 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, _
    insertAtColumnName As String _
)
'Uso
Dim instance As IndexedXmlPathCollection 
Dim indexedXmlPath As IndexedXmlPath 
Dim insertAtColumnName As String

instance.Add(indexedXmlPath, insertAtColumnName)
public void Add(
    IndexedXmlPath indexedXmlPath,
    string insertAtColumnName
)
public:
void Add(
    IndexedXmlPath^ indexedXmlPath, 
    String^ insertAtColumnName
)
member Add : 
        indexedXmlPath:IndexedXmlPath * 
        insertAtColumnName:string -> unit
public function Add(
    indexedXmlPath : IndexedXmlPath, 
    insertAtColumnName : String
)

Parámetros

  • insertAtColumnName
    Tipo: System.String
    The column where the item will be inserted.

Vea también

Referencia

IndexedXmlPathCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.SqlServer.Management.Smo