IDTSApplication100.GetDtsServerRoles(String, String) 方法

定义

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[]

字符串数组,每个字符串都包含一个角色名称。

属性

适用于