Condividi tramite


ApplicationClass.GetDtsServerRoles(String, String) Metodo

Definizione

Restituisce una matrice di stringhe che elenca i ruoli disponibili per una cartella.

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

Parametri

bstrFolderPath
String

Cartella contenente i ruoli di interesse per l'utente.

bstrServerName
String

Nome dell'istanza in cui è in esecuzione il servizio Integration Services.

Restituisce

String[]

Matrice di stringhe, ciascuna delle quali contiene un nome di ruolo.

Implementazioni

Attributi

Si applica a