Database.Detach Method (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
)

Parameters

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

See Also

Reference

Database Class

Detach Overload

Microsoft.AnalysisServices Namespace