Partager via


Méthode Server.ISfcDomainLite.GetLogicalVersion

Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. Gets an Int32 value that indicates whether changes have been made to the Server object.

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
An Int32 value that indicates whether changes have been made to the Server object.

Implémente

ISfcDomainLite.GetLogicalVersion()

Voir aussi

Référence

Server Classe

Espace de noms Microsoft.SqlServer.Management.Smo