Metodo GetLogicalVersion
Gets the logical version. The logical version indicates the changes in the object model of the domain. The logical version is independent of the assembly file version or version. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Function GetLogicalVersion As Integer
'Utilizzo
Dim instance As ISfcDomainLite
Dim returnValue As Integer
returnValue = instance.GetLogicalVersion()
int GetLogicalVersion()
int GetLogicalVersion()
abstract GetLogicalVersion : unit -> int
function GetLogicalVersion() : int
Valore restituito
Tipo: System. . :: . .Int32
The logical version of the domain.
Vedere anche