Compartir a través de


Server.ISfcDomainLite.GetLogicalVersion Método

Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada. Gets an Int32 value that indicates whether changes have been made to the Server object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Private Function GetLogicalVersion As Integer 
    Implements ISfcDomainLite.GetLogicalVersion
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor devuelto

Tipo: System.Int32
An Int32 value that indicates whether changes have been made to the Server object.

Implementa

ISfcDomainLite.GetLogicalVersion()

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo