Partager via


Méthode IndexedXmlPathCollection.Add (IndexedXmlPath, String)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    indexedXmlPath As IndexedXmlPath, _
    insertAtColumnName As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

IndexedXmlPathCollection Classe

Surcharge Add

Espace de noms Microsoft.SqlServer.Management.Smo