Partager via


Membres RegisteredServer

The RegisteredServer object represents a SQL Server registered server.

Le type RegisteredServer expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique RegisteredServer() () () () Initializes a new instance of the RegisteredServer object.
Méthode publique RegisteredServer(String) Initializes a new instance of the RegisteredServer object.
Méthode publique RegisteredServer(RegisteredServerCollection, String) Initializes a new instance of the RegisteredServer object.
Méthode publique RegisteredServer(ServerGroup, String) Initializes a new instance of the RegisteredServer object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Alter Updates any RegisteredServer object property changes on the instance of SQL Server. 
Méthode protégée CheckObjectState (Hérité de RegSvrSmoObject.)
Méthode publique Create Creates a registered server on the instance of SQL Server as defined by the RegisteredServer object.
Méthode publique Drop Removes the RegisteredServer from the server group and the registered server collection.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetSmoObject Gets a RegSvrSmoObject that is specified by a URN.
Méthode publique GetType (Hérité de Object.)
Méthode protégée ImplInitialize (Hérité de RegSvrSmoObject.)
Méthode publique Initialize (Hérité de RegSvrSmoObject.)
Méthode protégée IsObjectInitialized (Hérité de RegSvrSmoObject.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Refresh (Hérité de RegSvrSmoObject.)
Méthode protégée SetParentImpl (Hérité de RegSvrSmoObject.)
Méthode publique ToString (Hérité de Object.)
Méthode protégée UpdateObjectState (Hérité de RegSvrSmoObject.)
Méthode publique Validate (Hérité de SmoObjectBase.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Description Gets or sets a textual description of the referenced registered server.
Propriété publique Login Gets or sets the login used to establish a connection with the registered server.
Propriété publique LoginSecure Gets or sets the Boolean property value that specifies whether the connection is authenticated by Windows authentication.
Propriété publique Name Gets or sets the name of the object. (Hérité de RegSvrSmoObject.)
Propriété publique Parent Gets the ServerGroup object value that specifies the parent of the RegisteredServer object.
Propriété publique Properties Gets the properties associated with the object. (Hérité de RegSvrSmoObject.)
Propriété publique SecurePassword Gets or sets the password used with SQL Server standard authentication to establish a connection to the registered server.
Propriété publique ServerInstance Gets or sets the instance of SQL Server that is the registered server.
Propriété publique State Gets the state of the referenced object. (Hérité de SmoObjectBase.)
Propriété publique Urn Gets the Urn object value that represents the referenced registered server. (Se substitue à RegSvrSmoObject. . :: . .Urn.)
Propriété protégée UrnSkeleton Gets the Urn object that represents the object. (Hérité de RegSvrSmoObject.)
Propriété publique UserData Gets or sets user-defined data associated with the referenced object. (Hérité de SmoObjectBase.)

Haut de la page