Partager via


Classe RegisteredServer

Remarque : cette API est désormais obsolète.

The RegisteredServer object represents a SQL Server registered server.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
    Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .RegSvrSmoObject
      Microsoft.SqlServer.Management.Smo.RegisteredServers..::..RegisteredServer

Espace de noms :  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public NotInheritable Class RegisteredServer _
    Inherits RegSvrSmoObject _
    Implements ICreatable, IAlterable, IDroppable
'Utilisation
Dim instance As RegisteredServer
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public sealed class RegisteredServer : RegSvrSmoObject, 
    ICreatable, IAlterable, IDroppable
[ObsoleteAttribute(L"Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public ref class RegisteredServer sealed : public RegSvrSmoObject, 
    ICreatable, IAlterable, IDroppable
[<SealedAttribute>]
[<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type RegisteredServer =  
    class
        inherit RegSvrSmoObject
        interface ICreatable
        interface IAlterable
        interface IDroppable
    end
public final class RegisteredServer extends RegSvrSmoObject implements ICreatable, IAlterable, IDroppable

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

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. (remplace 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

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 Checks the state of the object. (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 Initializes the object. (hérité de RegSvrSmoObject.)
Méthode publique Initialize Initializes the object. (hérité de RegSvrSmoObject.)
Méthode protégée IsObjectInitialized Gets a Boolean value that specifies whether the object was initialized. (hérité de RegSvrSmoObject.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Refresh Refreshes the properties of the object. (hérité de RegSvrSmoObject.)
Méthode protégée SetParentImpl Sets a parent. (hérité de RegSvrSmoObject.)
Méthode publique ToString (hérité de Object.)
Méthode protégée UpdateObjectState Gets the updated object state. (hérité de RegSvrSmoObject.)
Méthode publique Validate Validates the state of an object. (hérité de SmoObjectBase.)

Haut de la page

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

To get or set RegisteredServer object properties, users must be a member of the sysadmin fixed server role.

To create or drop a registered server, users must be a member of the sysadmin fixed server role.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.