Freigeben über


TranslationCollection.Remove-Methode (Int32, Boolean)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Removes the Translation, with the specified language, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Sub Remove ( _
    language As Integer, _
    cleanUp As Boolean _
)
'Usage
Dim instance As TranslationCollection 
Dim language As Integer 
Dim cleanUp As Boolean

instance.Remove(language, cleanUp)
public void Remove(
    int language,
    bool cleanUp
)
public:
void Remove(
    int language, 
    bool cleanUp
)
member Remove : 
        language:int * 
        cleanUp:bool -> unit
public function Remove(
    language : int, 
    cleanUp : boolean
)

Parameter

  • cleanUp
    Typ: System.Boolean
    true to use the cleanup process; otherwise, false. 

Siehe auch

Verweis

TranslationCollection Klasse

Remove-Überladung

Microsoft.AnalysisServices-Namespace