다음을 통해 공유


ApplicationClass.GetDtsServerRoles(String, String) 메서드

정의

폴더에 사용 가능한 역할을 나열하는 Strings의 배열을 반환합니다.

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의 배열입니다. 각 문자열에는 역할 이름이 포함됩니다.

구현

특성

적용 대상