IConnectionSettingsUtility.GetAllConnectionSettings - Méthode

Renvoie une liste de connectionsettings permet de spécifier à partir de la banque d'informations sécurisé de donnée de type

Espace de noms :  Microsoft.Office.SecureStoreService.Server
Assembly :  Microsoft.Office.SecureStoreService (dans Microsoft.Office.SecureStoreService.dll)

Syntaxe

'Déclaration
Function GetAllConnectionSettings ( _
    type As ConnectionSettingsType _
) As IEnumerable(Of ConnectionSettings)
'Utilisation
Dim instance As IConnectionSettingsUtility
Dim type As ConnectionSettingsType
Dim returnValue As IEnumerable(Of ConnectionSettings)

returnValue = instance.GetAllConnectionSettings(type)
IEnumerable<ConnectionSettings> GetAllConnectionSettings(
    ConnectionSettingsType type
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.IEnumerable<ConnectionSettings>
Connectionsettings permet de spécifier du type donné

Voir aussi

Référence

IConnectionSettingsUtility interface

IConnectionSettingsUtility - Membres

Microsoft.Office.SecureStoreService.Server - Espace de noms