Share via


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 の配列です。各文字列にはロールの名前が含まれています。

実装

属性

適用対象