BackupLocationCollection.Remove 方法
Removes the specified BackupLocation from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub Remove ( _
item As BackupLocation _
)
用法
Dim instance As BackupLocationCollection
Dim item As BackupLocation
instance.Remove(item)
public void Remove(
BackupLocation item
)
public:
void Remove(
BackupLocation^ item
)
member Remove :
item:BackupLocation -> unit
public function Remove(
item : BackupLocation
)
参数
- item
类型:Microsoft.AnalysisServices.BackupLocation
The BackupLocation to be removed.
异常
异常 | 条件 |
---|---|
ItemNotFoundException | item is not contained by the collection. |