Метод MiningStructurePermissionCollection.Remove (String)
Removes the MiningStructurePermission that has the specified identifier from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
id As String _
)
'Применение
Dim instance As MiningStructurePermissionCollection
Dim id As String
instance.Remove(id)
public void Remove(
string id
)
public:
void Remove(
String^ id
)
member Remove :
id:string -> unit
public function Remove(
id : String
)
Параметры
- id
Тип: System.String
The identifier of the MiningStructurePermission to remove.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | id does not exist in the collection. |