Compartir a través de


Attach Método (String)

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