Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.