Partager via


Méthode IConfigurationSettings2.GetConfigurationOptions

Gets the key value pair of the configuration.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Function GetConfigurationOptions As KeyValuePair(Of String, Object)()
'Utilisation
Dim instance As IConfigurationSettings2 
Dim returnValue As KeyValuePair(Of String, Object)()

returnValue = instance.GetConfigurationOptions()
KeyValuePair<string, Object>[] GetConfigurationOptions()
array<KeyValuePair<String^, Object^>>^ GetConfigurationOptions()
abstract GetConfigurationOptions : unit -> KeyValuePair<string, Object>[] 
function GetConfigurationOptions() : KeyValuePair<String, Object>[]

Valeur de retour

Type : array<System.Collections.Generic.KeyValuePair<String, Object>[]
The key value pair of the configuration.

Voir aussi

Référence

IConfigurationSettings2 Interface

Espace de noms Microsoft.DataWarehouse.Interfaces