Server::Attach Method (String^, ReadWriteMode)

 

Updated: May 24, 2016

Attaches a folder to the server with specified mode.

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

public:
void Attach(
	String^ folder,
	ReadWriteMode readWriteMode
)

Parameters

folder
Type: System::String^

The folder to attach.

readWriteMode
Type: Microsoft.AnalysisServices::ReadWriteMode

The read/write mode.

Return to top
Show: