Server.Attach Method (String, ReadWriteMode, String)
Attaches a folder to the server with specified mode and password.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Attach ( _
folder As String, _
readWriteMode As ReadWriteMode, _
password As String _
)
'Usage
Dim instance As Server
Dim folder As String
Dim readWriteMode As ReadWriteMode
Dim password As String
instance.Attach(folder, readWriteMode, _
password)
public void Attach(
string folder,
ReadWriteMode readWriteMode,
string password
)
public:
void Attach(
String^ folder,
ReadWriteMode readWriteMode,
String^ password
)
member Attach :
folder:string *
readWriteMode:ReadWriteMode *
password:string -> unit
public function Attach(
folder : String,
readWriteMode : ReadWriteMode,
password : String
)
Parameters
- folder
Type: System.String
The folder to attach.
- readWriteMode
Type: Microsoft.AnalysisServices.ReadWriteMode
The read/write mode.
- password
Type: System.String
The password.