Méthode SfcDomainInfo.GetLogicalVersion
Retrieves the logical version for the object.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function GetLogicalVersion ( _
instance As Object _
) As Integer
'Utilisation
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
Paramètres
- instance
Type : System.Object
The instance of the object.
Valeur de retour
Type : System.Int32
The logical version of the domain.