IndexedXmlPathCollection.Add 方法

定義

多載

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)

參數

indexedXmlPath
IndexedXmlPath

適用於

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)

參數

indexedXmlPath
IndexedXmlPath
insertAtPosition
Int32

適用於

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)

參數

indexedXmlPath
IndexedXmlPath
insertAtColumnName
String

適用於