Server.Attach Método (String)
Attaches a folder to the server.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Attach ( _
folder As String _
)
'Uso
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
)
Parámetros
- folder
Tipo: System.String
The folder to attach.