SecureStoreProvider.GetAllConnectionSettings - Méthode

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

Syntaxe

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

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

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.IEnumerable<ConnectionSettings>

Implémentations

IConnectionSettingsProvider.GetAllConnectionSettings(ConnectionSettingsType)

Voir aussi

Référence

SecureStoreProvider classe

SecureStoreProvider - Membres

Microsoft.Office.SecureStoreService.Server - Espace de noms