Método SfcDomainInfo.GetLogicalVersion
Retrieves the logical version for the object.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Function GetLogicalVersion ( _
instance As Object _
) As Integer
'Uso
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
Parâmetros
- instance
Tipo: System.Object
The instance of the object.
Valor de retorno
Tipo: System.Int32
The logical version of the domain.