Server::Attach Method (String^, ReadWriteMode, String^)

 

Updated: May 24, 2016

Attaches a folder to the server with specified mode and password.

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

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

Parameters

folder
Type: System::String^

The folder to attach.

readWriteMode
Type: Microsoft.AnalysisServices::ReadWriteMode

The read/write mode.

password
Type: System::String^

The password.

Return to top
Show: