Server.Attach メソッド (String)

フォルダーをサーバーにアタッチします。

名前空間:  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
)

パラメーター

  • folder
    型: System.String
    アタッチするフォルダーです。

関連項目

参照

Server クラス

Attach オーバーロード

Microsoft.AnalysisServices 名前空間