共用方式為


Server.Attach 方法 (String)

Attaches a folder to the server.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub Attach ( _
    folder As String _
)
'用途
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
)

參數

請參閱

參考

Server 類別

Attach 多載

Microsoft.AnalysisServices 命名空間