次の方法で共有


IndexedXmlPathCollection.Add メソッド (IndexedXmlPath, Int32)

指定されたパスを含むコレクションの挿入先の位置に、アイテムを追加します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Add ( _
    indexedXmlPath As IndexedXmlPath, _
    insertAtPosition As Integer _
)
'使用
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
)

パラメーター

  • insertAtPosition
    型: System.Int32
    アイテムが挿入される位置。

関連項目

参照

IndexedXmlPathCollection クラス

Add オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間