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 命名空间