Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Attaches a folder to the server.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Attach ( _
folder As String _
)
'Usage
Dim instance As Server
Dim folder As String
instance.Attach(folder)
public void Attach(
string folder
)
public:
void Attach(
String^ folder
)
member Attach :
folder:string -> unit
public function Attach(
folder : String
)
Parameters
- folder
Type: System.String
The folder to attach.