Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an integer value that specifies the logical version.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Private Function GetLogicalVersion As Integer
Implements ISfcDomainLite.GetLogicalVersion
'Usage
Dim instance As Utility
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Int32
An integer value. The method always returns 1.
Implements
ISfcDomainLite.GetLogicalVersion()