Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Removes the MiningStructurePermission that has the specified identifier from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
id As String _
)
'Uso
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
)
Parámetros
- id
Tipo: System.String
The identifier of the MiningStructurePermission to remove.
Excepciones
| Excepción | Condición |
|---|---|
| ItemNotFoundException | id does not exist in the collection. |