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
)
參數
- folder
型別:System.String
The folder to attach.