Server.Attach Method (String)

 

Applies To: SQL Server 2016 Preview

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

Syntax

public void Attach(
    string folder
)
public:
void Attach(
    String^ folder
)
member Attach : 
        folder:string -> unit
Public Sub Attach (
    folder As String
)

Parameters

See Also

Attach Overload
Server Class
Microsoft.AnalysisServices Namespace

Return to top