다음을 통해 공유


SfcDomainInfo.GetLogicalVersion 메서드

Retrieves the logical version for the object.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Function GetLogicalVersion ( _
    instance As Object _
) As Integer
‘사용 방법
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

매개 변수

반환 값

유형: System.Int32
The logical version of the domain.

참고 항목

참조

SfcDomainInfo 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스