RegisteredServer Members

The RegisteredServer object represents a Microsoft SQL Server registered server.

The following tables list the members exposed by the RegisteredServer type.

Public Constructors

  Name Description
RegisteredServer Overloaded. Initializes a new instance of the RegisteredServer object.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms220098.pubproperty(en-US,SQL.90).gif Description Gets or sets a textual description of the referenced registered server.
ms220098.pubproperty(en-US,SQL.90).gif Login Gets or sets the login used to establish a connection with the registered server.
ms220098.pubproperty(en-US,SQL.90).gif LoginSecure Gets or sets the Boolean property value that specifies whether the connection is authenticated by Windows authentication or not.
ms220098.pubproperty(en-US,SQL.90).gif Name  Gets or sets the name of the object. (inherited from RegSvrSmoObject)
ms220098.pubproperty(en-US,SQL.90).gif Parent Gets the ServerGroup object value that specifies the parent of the RegisteredServer object.
ms220098.pubproperty(en-US,SQL.90).gif Properties  Gets the properties associated with the object. (inherited from RegSvrSmoObject)
ms220098.pubproperty(en-US,SQL.90).gif SecurePassword Gets or sets the password used with SQL Server standard authentication to establish a connection to the registered server.
ms220098.pubproperty(en-US,SQL.90).gif ServerInstance Gets or sets the instance of SQL Server that is the registered server.
ms220098.pubproperty(en-US,SQL.90).gif State  Gets the state of the referenced object. (inherited from SmoObjectBase)
ms220098.pubproperty(en-US,SQL.90).gif Urn Overridden. Gets the Urn object value that represents the referenced registered server.
ms220098.pubproperty(en-US,SQL.90).gif UserData  Gets or sets user-defined data associated with the referenced object. (inherited from SmoObjectBase)

Top

Protected Properties

  Name Description
ms220098.protproperty(en-US,SQL.90).gif UrnSkeleton  Gets the Urn object that represents the object. (inherited from RegSvrSmoObject)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220098.pubmethod(en-US,SQL.90).gif Alter Updates any RegisteredServer object property changes on the instance of Microsoft SQL Server.
ms220098.pubmethod(en-US,SQL.90).gif Create Creates a registered server on the instance of Microsoft SQL Server as defined by the RegisteredServer object.
ms220098.pubmethod(en-US,SQL.90).gif Drop Removes the RegisteredServer from the server group and the registered server collection.
ms220098.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220098.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms220098.pubmethod(en-US,SQL.90).gif GetSmoObject Returns an object for the specified URN value.
ms220098.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms220098.pubmethod(en-US,SQL.90).gif Initialize  (inherited from RegSvrSmoObject )
ms220098.pubmethod(en-US,SQL.90).gifms220098.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220098.pubmethod(en-US,SQL.90).gif Refresh  (inherited from RegSvrSmoObject )
ms220098.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms220098.protmethod(en-US,SQL.90).gif CheckObjectState  (inherited from RegSvrSmoObject )
ms220098.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms220098.protmethod(en-US,SQL.90).gif ImplInitialize  (inherited from RegSvrSmoObject )
ms220098.protmethod(en-US,SQL.90).gif IsObjectInitialized  (inherited from RegSvrSmoObject )
ms220098.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )
ms220098.protmethod(en-US,SQL.90).gif SetParentImpl  (inherited from RegSvrSmoObject )
ms220098.protmethod(en-US,SQL.90).gifms220098.static(en-US,SQL.90).gif Trace  (inherited from RegSvrSmoObject )
ms220098.protmethod(en-US,SQL.90).gif UpdateObjectState  (inherited from RegSvrSmoObject )

Top

See Also

Reference

RegisteredServer Class
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace

Other Resources

Managing Registered Servers