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