共用方式為


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。)

頂端