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.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets an Int32 value that indicates whether changes have been made to the Server object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private Function GetLogicalVersion As Integer
Implements ISfcDomainLite.GetLogicalVersion
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Int32
An Int32 value that indicates whether changes have been made to the Server object.
Implements
ISfcDomainLite.GetLogicalVersion()