Compartir a través de


ApplicationClass.GetDtsServerRoles(String, String) Método

Definición

Devuelve una matriz de valores de tipo String que muestra una lista de los roles disponibles para una carpeta.

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

Parámetros

bstrFolderPath
String

La carpeta en cuyos roles está interesado.

bstrServerName
String

Nombre de la instancia que ejecuta el servicio de Integration Services.

Devoluciones

String[]

Una matriz de tipo Strings, donde cada cadena contiene un nombre de rol.

Implementaciones

Atributos

Se aplica a