IDTSApplication100.GetDtsServerRoles(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un tableau de chaînes qui liste les rôles disponibles pour un dossier.
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()
Paramètres
- bstrFolderPath
- String
Le dossier dont les rôles t’intéressent.
- bstrServerName
- String
Le nom de l’instance qui exécute le service Integration Services.
Retours
Un tableau de chaînes, chaque chaîne contenant un nom de rôle.
- Attributs