Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- sConnStr
Type: System..::.String%
The database connection string.
Return Value
Type: System..::.String
The value in the Description Field for the Database.
Remarks
Implemented by GlobalConfig2FreeThreaded.GetDBVersion (GetDBVersion).
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.