IConfigurationSettings2.GetSpecificSetting 方法 (String, String)
Gets the specific setting with the specified configuration and collection name.
命名空间: Microsoft.DataWarehouse.Interfaces
程序集: Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)
语法
声明
Function GetSpecificSetting ( _
configName As String, _
collectionName As String _
) As Object
用法
Dim instance As IConfigurationSettings2
Dim configName As String
Dim collectionName As String
Dim returnValue As Object
returnValue = instance.GetSpecificSetting(configName, _
collectionName)
Object GetSpecificSetting(
string configName,
string collectionName
)
Object^ GetSpecificSetting(
String^ configName,
String^ collectionName
)
abstract GetSpecificSetting :
configName:string *
collectionName:string -> Object
function GetSpecificSetting(
configName : String,
collectionName : String
) : Object
参数
- configName
类型:System.String
The name of configuration.
- collectionName
类型:System.String
The name of collection.
返回值
类型:System.Object
The specific setting with specified values.