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

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

특성

적용 대상