Méthode CellPermissionCollection.Remove (CellPermissionAccess, Boolean)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Removes a CellPermission to be removed.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
access As CellPermissionAccess, _
cleanUp As Boolean _
)
'Utilisation
Dim instance As CellPermissionCollection
Dim access As CellPermissionAccess
Dim cleanUp As Boolean
instance.Remove(access, cleanUp)
public void Remove(
CellPermissionAccess access,
bool cleanUp
)
public:
void Remove(
CellPermissionAccess access,
bool cleanUp
)
member Remove :
access:CellPermissionAccess *
cleanUp:bool -> unit
public function Remove(
access : CellPermissionAccess,
cleanUp : boolean
)
Paramètres
- access
Type : Microsoft.AnalysisServices.CellPermissionAccess
The Access of the CellPermission to be removed.
- cleanUp
Type : System.Boolean
True if it will delete referencing objects; otherwise; false.