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
參數
- instance
型別:System.Object
The instance of the object.
傳回值
型別:System.Int32
The logical version of the domain.