Элементы RegisteredServer

The RegisteredServer object represents a SQL Server registered server.

Тип RegisteredServer предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод RegisteredServer() () () () Initializes a new instance of the RegisteredServer object.
Открытый метод RegisteredServer(String) Initializes a new instance of the RegisteredServer object.
Открытый метод RegisteredServer(RegisteredServerCollection, String) Initializes a new instance of the RegisteredServer object.
Открытый метод RegisteredServer(ServerGroup, String) Initializes a new instance of the RegisteredServer object.

В начало

Методы

  Имя Описание
Открытый метод Alter Updates any RegisteredServer object property changes on the instance of SQL Server. 
Защищенный метод CheckObjectState (Наследуется из RegSvrSmoObject.)
Открытый метод Create Creates a registered server on the instance of SQL Server as defined by the RegisteredServer object.
Открытый метод Drop Removes the RegisteredServer from the server group and the registered server collection.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetSmoObject Gets a RegSvrSmoObject that is specified by a URN.
Открытый метод GetType (Наследуется из Object.)
Защищенный метод ImplInitialize (Наследуется из RegSvrSmoObject.)
Открытый метод Initialize (Наследуется из RegSvrSmoObject.)
Защищенный метод IsObjectInitialized (Наследуется из RegSvrSmoObject.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Refresh (Наследуется из RegSvrSmoObject.)
Защищенный метод SetParentImpl (Наследуется из RegSvrSmoObject.)
Открытый метод ToString (Наследуется из Object.)
Защищенный метод UpdateObjectState (Наследуется из RegSvrSmoObject.)
Открытый метод Validate (Наследуется из SmoObjectBase.)

В начало

Свойства

  Имя Описание
Открытое свойство Description Gets or sets a textual description of the referenced registered server.
Открытое свойство Login Gets or sets the login used to establish a connection with the registered server.
Открытое свойство LoginSecure Gets or sets the Boolean property value that specifies whether the connection is authenticated by Windows authentication.
Открытое свойство Name Gets or sets the name of the object. (Наследуется из RegSvrSmoObject.)
Открытое свойство Parent Gets the ServerGroup object value that specifies the parent of the RegisteredServer object.
Открытое свойство Properties Gets the properties associated with the object. (Наследуется из RegSvrSmoObject.)
Открытое свойство SecurePassword Gets or sets the password used with SQL Server standard authentication to establish a connection to the registered server.
Открытое свойство ServerInstance Gets or sets the instance of SQL Server that is the registered server.
Открытое свойство State Gets the state of the referenced object. (Наследуется из SmoObjectBase.)
Открытое свойство Urn Gets the Urn object value that represents the referenced registered server. (Перезаписывает RegSvrSmoObject. . :: . .Urn.)
Защищенное свойство UrnSkeleton Gets the Urn object that represents the object. (Наследуется из RegSvrSmoObject.)
Открытое свойство UserData Gets or sets user-defined data associated with the referenced object. (Наследуется из SmoObjectBase.)

В начало