언어

ApplicationClass.GetDtsServerRoles(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

통합 서비스 서비스를 실행하는 인스턴스의 이름입니다.

반품

String[]

각 문자열에는 역할 이름이 포함된 문자열 배열입니다.

구현

특성

적용 대상