IDTSApplication100.GetDtsServerRoles(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个字符串数组,列出某个文件夹可用的角色。
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
运行集成服务服务的实例名称。
返回
String[]
一个字符串数组,每个字符串包含一个角色名。
- 属性