Lingua

IndexedXmlPathCollection.Add Metodo

Definizione

Overload

Add(IndexedXmlPath)

public void Add(Microsoft.SqlServer.Management.Smo.IndexedXmlPath indexedXmlPath);
member this.Add : Microsoft.SqlServer.Management.Smo.IndexedXmlPath -> unit
Public Sub Add (indexedXmlPath As IndexedXmlPath)

Parametri

indexedXmlPath
IndexedXmlPath

Si applica a

Add(IndexedXmlPath, Int32)

public void Add(Microsoft.SqlServer.Management.Smo.IndexedXmlPath indexedXmlPath, int insertAtPosition);
member this.Add : Microsoft.SqlServer.Management.Smo.IndexedXmlPath * int -> unit
Public Sub Add (indexedXmlPath As IndexedXmlPath, insertAtPosition As Integer)

Parametri

indexedXmlPath
IndexedXmlPath
insertAtPosition
Int32

Si applica a

Add(IndexedXmlPath, String)

public void Add(Microsoft.SqlServer.Management.Smo.IndexedXmlPath indexedXmlPath, string insertAtColumnName);
member this.Add : Microsoft.SqlServer.Management.Smo.IndexedXmlPath * string -> unit
Public Sub Add (indexedXmlPath As IndexedXmlPath, insertAtColumnName As String)

Parametri

indexedXmlPath
IndexedXmlPath
insertAtColumnName
String

Si applica a