ApplicationClass.GetDtsServerRoles(String, String) 메서드

정의

public:
 virtual cli::array <System::String ^> ^ GetDtsServerRoles(System::String ^ bstrFolderPath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSApplication100::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[]

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

구현

특성

적용 대상