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
)
パラメーター
- indexedXmlPath
型: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
コレクションに追加するオブジェクトのパス。
- insertAtColumnName
型: System.String
アイテムが挿入される列。