Compartir a través de


ISfcDomainLite.GetLogicalVersion Método

Gets a logical version number that represents the level of changes to the object model in the SFC domain.

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

Sintaxis

'Declaración
Private Function GetLogicalVersion As Integer
    Implements ISfcDomainLite.GetLogicalVersion
'Uso
Dim instance As DacDomain
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
Returns an Int32 value that represents the level of changes to the object model in the SFC domain.

Implementa

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