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
)
參數
- indexedXmlPath
型別:Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item to be removed.