Share via


Méthode ISfcDomainLite.GetLogicalVersion

Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.Obtient une valeur Int32 qui indique si des modifications ont été apportées à l'objet serveur.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Private Function GetLogicalVersion As Integer
    Implements ISfcDomainLite.GetLogicalVersion
'Utilisation
Dim instance As Server
Dim returnValue As Integer

returnValue = CType(instance, ISfcDomainLite).GetLogicalVersion()
int ISfcDomainLite.GetLogicalVersion()
private:
virtual int GetLogicalVersion() sealed = ISfcDomainLite::GetLogicalVersion
private abstract GetLogicalVersion : unit -> int 
private override GetLogicalVersion : unit -> int 
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de retour

Type : System. . :: . .Int32
Valeur Int32 qui indique si des modifications ont été apportées à l'objet serveur.

Implémente

ISfcDomainLite. . :: . .GetLogicalVersion() () () ()