Linguaggio

IDTSApplication100.GetDtsServerRoles(String, String) Metodo

Definizione

Restituisce un array di Strings che elenca i ruoli disponibili per una cartella.

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

Parametri

bstrFolderPath
String

La cartella di cui ti interessano i ruoli.

bstrServerName
String

Il nome dell'istanza che esegue il servizio Integration Services.

Valori restituiti

String[]

Un array di stringhe, ciascuna contenente un nome di ruolo.

Attributi

Si applica a