Aracılığıyla paylaş


RegisteredServersStore.ISfcDomainLite.GetLogicalVersion Method

Gets the logical version number of a domain.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Bildirim
Private Function GetLogicalVersion As Integer
    Implements ISfcDomainLite.GetLogicalVersion
'Kullanım
Dim instance As RegisteredServersStore
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 representing the version.

Implements

ISfcDomainLite.GetLogicalVersion()

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

RegisteredServersStore Class

Microsoft.SqlServer.Management.RegisteredServers Namespace