Compartir a través de


IntegrationServices.ISfcDomainLite.GetLogicalVersion Método

Retrieves the logical version of the domain.

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

Sintaxis

'Declaración
Private Function GetLogicalVersion As Integer 
    Implements ISfcDomainLite.GetLogicalVersion
'Uso
Dim instance As IntegrationServices 
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
The logical version of the domain.

Implementa

ISfcDomainLite.GetLogicalVersion()

Vea también

Referencia

IntegrationServices Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices