IndexedXmlPathCollection.Remove 方法 (IndexedXmlPath)

Removes an item in the collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Remove ( _
    indexedXmlPath As IndexedXmlPath _
)
用法
Dim instance As IndexedXmlPathCollection 
Dim indexedXmlPath As IndexedXmlPath

instance.Remove(indexedXmlPath)
public void Remove(
    IndexedXmlPath indexedXmlPath
)
public:
void Remove(
    IndexedXmlPath^ indexedXmlPath
)
member Remove : 
        indexedXmlPath:IndexedXmlPath -> unit
public function Remove(
    indexedXmlPath : IndexedXmlPath
)

参数

请参阅

参考

IndexedXmlPathCollection 类

Remove 重载

Microsoft.SqlServer.Management.Smo 命名空间