Méthode PerspectiveCollection.Remove (Perspective, 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 the specified Perspective from this collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As Perspective, _
cleanUp As Boolean _
)
'Utilisation
Dim instance As PerspectiveCollection
Dim item As Perspective
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
Perspective item,
bool cleanUp
)
public:
void Remove(
Perspective^ item,
bool cleanUp
)
member Remove :
item:Perspective *
cleanUp:bool -> unit
public function Remove(
item : Perspective,
cleanUp : boolean
)
Paramètres
- item
Type : Microsoft.AnalysisServices.Perspective
The Perspective to remove.
- cleanUp
Type : System.Boolean
True if it will not delete referencing objects; otherwise, False.