次の方法で共有


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

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

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

構文

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

パラメーター

  • insertAtColumnName
    型: System.String
    アイテムが挿入される列。

関連項目

参照

IndexedXmlPathCollection クラス

Add オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間