ISfcDomainLite.GetLogicalVersion Method

Gets the logical version. The logical version indicates the changes in the object model of the domain. The logical version is independent of the assembly file version or version. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Function GetLogicalVersion As Integer
'Usage
Dim instance As ISfcDomainLite 
Dim returnValue As Integer 

returnValue = instance.GetLogicalVersion()
int GetLogicalVersion()
int GetLogicalVersion()
abstract GetLogicalVersion : unit -> int
function GetLogicalVersion() : int

Return Value

Type: System.Int32
The logical version of the domain.

See Also

Reference

ISfcDomainLite Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace