IConfigurationSettings2.GetActiveConfigurationName Method
Gets the name of the active configuration.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Function GetActiveConfigurationName As String
'Usage
Dim instance As IConfigurationSettings2
Dim returnValue As String
returnValue = instance.GetActiveConfigurationName()
string GetActiveConfigurationName()
String^ GetActiveConfigurationName()
abstract GetActiveConfigurationName : unit -> string
function GetActiveConfigurationName() : String
Return Value
Type: System.String
The name of the active configuration.