IDTSApplication100.GetDtsServerRoles(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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 的陣列,每一個字串都包含一個角色名稱。
- 屬性