IDTSApplication100.GetDtsServerRoles(String, String) 方法

定義

傳回 Strings 陣列,其中列出資料夾可用的角色。

public:
 cli::array <System::String ^> ^ GetDtsServerRoles(System::String ^ bstrFolderPath, System::String ^ bstrServerName);
[System.Runtime.InteropServices.DispId(52)]
public string[] GetDtsServerRoles (string bstrFolderPath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(52)>]
abstract member GetDtsServerRoles : string * string -> string[]
Public Function GetDtsServerRoles (bstrFolderPath As String, bstrServerName As String) As String()

參數

bstrFolderPath
String

您感興趣之角色所屬的資料夾。

bstrServerName
String

正在執行 Integration Services 服務的執行個體名稱。

傳回

String[]

Strings 的陣列,每一個字串都包含一個角色名稱。

屬性

適用於