IConfigurationSettings2.GetConfigurationOptions 方法

Gets the key value pair of the configuration.

命名空间:  Microsoft.DataWarehouse.Interfaces
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Function GetConfigurationOptions As KeyValuePair(Of String, Object)()
用法
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>[]

返回值

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

请参阅

参考

IConfigurationSettings2 接口

Microsoft.DataWarehouse.Interfaces 命名空间