Remove Método (String)
Removes the MiningModelPermission, with 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 MiningModelPermissionCollection
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 MiningModelPermission to be removed.
Excepciones
Excepción | Condición |
---|---|
ItemNotFoundException | id is not contained by the collection. |