ApplicationClass.GetDtsServerRoles(String, String) Método

Definição

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()

Parâmetros

bstrFolderPath
String
bstrServerName
String

Retornos

String[]

Uma matriz de Strings, cada cadeia de caracteres contém um nome de função.

Implementações

Atributos

Aplica-se a