Udostępnij przez


RegisteredServer Members

The RegisteredServer object represents a SQL Server registered server.Obsolete.

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

Top

Protected Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220098.pubmethod(pl-pl,SQL.100).gif Alter Updates any RegisteredServer object property changes on the instance of SQL Server.
ms220098.pubmethod(pl-pl,SQL.100).gif Create Creates a registered server on the instance of SQL Server as defined by the RegisteredServer object.
ms220098.pubmethod(pl-pl,SQL.100).gif Drop Removes the RegisteredServer from the server group and the registered server collection.
ms220098.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms220098.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms220098.pubmethod(pl-pl,SQL.100).gif GetSmoObject Gets a RegSvrSmoObject that is specified by a URN.
ms220098.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220098.pubmethod(pl-pl,SQL.100).gif Initialize  (inherited from RegSvrSmoObject )
ms220098.pubmethod(pl-pl,SQL.100).gifms220098.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220098.pubmethod(pl-pl,SQL.100).gif Refresh  (inherited from RegSvrSmoObject )
ms220098.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )
ms220098.pubmethod(pl-pl,SQL.100).gif Validate  (inherited from SmoObjectBase )

Top

Protected Methods

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

Top