ServerNameHelper Class

Represents the utility functions that can be handy for UI applications.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.UI.ConnectionDlg.ServerNameHelper

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public NotInheritable Class ServerNameHelper
'Usage
Dim instance As ServerNameHelper
public sealed class ServerNameHelper
public ref class ServerNameHelper sealed
[<SealedAttribute>]
type ServerNameHelper =  class end
public final class ServerNameHelper

The ServerNameHelper type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member ServerNameNoLocalOrDot Replaces the local or dot symbols to the local machine name.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.