IConfigurationSettings2.GetConfigurationOptions Method
Gets the key value pair of the configuration.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Function GetConfigurationOptions As KeyValuePair(Of String, Object)()
'Usage
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>[]
Return Value
Type: array<System.Collections.Generic.KeyValuePair<String, Object>[]
The key value pair of the configuration.