ApplicationClass.GetDtsServerRoles(String, String) Метод

Определение

Возвращает массив значений типа String, в котором перечислены роли, доступные для папки.

public:
 virtual cli::array <System::String ^> ^ GetDtsServerRoles(System::String ^ bstrFolderPath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::GetDtsServerRoles;
public:
 virtual cli::array <System::String ^> ^ GetDtsServerRoles(System::String ^ bstrFolderPath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::GetDtsServerRoles;
[System.Runtime.InteropServices.DispId(52)]
public virtual string[] GetDtsServerRoles (string bstrFolderPath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(52)>]
abstract member GetDtsServerRoles : string * string -> string[]
override this.GetDtsServerRoles : string * string -> string[]
Public Overridable Function GetDtsServerRoles (bstrFolderPath As String, bstrServerName As String) As String()

Параметры

bstrFolderPath
String

Папка, роли которой представляют интерес.

bstrServerName
String

Имя экземпляра, на котором выполняются службы Integration Services.

Возвращаемое значение

String[]

Массив значений типа String, каждая строка которого содержит имя роли.

Реализации

Атрибуты

Применяется к