GetDBVersion Method

Gets the database version value.

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
Function GetDBVersion ( _
    ByRef sConnStr As String _
) As String
'Usage
Dim instance As IGlobalConfig2
Dim sConnStr As String
Dim returnValue As String

returnValue = instance.GetDBVersion(sConnStr)
string GetDBVersion(
    ref string sConnStr
)
String^ GetDBVersion(
    String^% sConnStr
)
function GetDBVersion(
    sConnStr : String
) : String

Parameters

Return Value

Type: System..::.String
The value in the Description Field for the Database.

Remarks

Implemented by GlobalConfig2FreeThreaded.GetDBVersion (GetDBVersion).

Permissions

See Also

Reference

IGlobalConfig2 Interface

IGlobalConfig2 Members

Microsoft.CommerceServer.Interop.Configuration Namespace