Database.Detach Method (String)

 

Applies To: SQL Server 2016 Preview

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

Syntax

public void Detach(
    string password
)
public:
void Detach(
    String^ password
)
member Detach : 
        password:string -> unit
Public Sub Detach (
    password As String
)

Parameters

See Also

Detach Overload
Database Class
Microsoft.AnalysisServices Namespace

Return to top