Dela via


SfcDomainInfo.GetLogicalVersion Method

Retrieves the logical version for the object. 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
Public Function GetLogicalVersion ( _
    instance As Object _
) As Integer
'Usage
Dim instance As SfcDomainInfo
Dim instance As Object
Dim returnValue As Integer

returnValue = instance.GetLogicalVersion(instance)
public int GetLogicalVersion(
    Object instance
)
public:
int GetLogicalVersion(
    Object^ instance
)
member GetLogicalVersion : 
        instance:Object -> int 
public function GetLogicalVersion(
    instance : Object
) : int

Parameters

Return Value

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