Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves the logical version for the object.
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
- instance
Type: System.Object
The instance of the object.
Return Value
Type: System.Int32
The logical version of the domain.