Freigeben über


Database.Detach-Methode (String)

Detaches a database with a specified password.

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

Syntax

'Declaration
Public Sub Detach ( _
    password As String _
)
'Usage
Dim instance As Database 
Dim password As String

instance.Detach(password)
public void Detach(
    string password
)
public:
void Detach(
    String^ password
)
member Detach : 
        password:string -> unit
public function Detach(
    password : String
)

Parameter

  • password
    Typ: System.String
    The password to detach the database.

Siehe auch

Verweis

Database Klasse

Detach-Überladung

Microsoft.AnalysisServices-Namespace