다음을 통해 공유


ServerGroup 멤버

The ServerGroup object represents a group of Microsoft SQL Server registered servers.

ServerGroup 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 ServerGroup() () () () Initializes a new instance of the ServerGroup object.
공용 메서드 ServerGroup(String) Initializes a new instance of the ServerGroup object that has the specified name.
공용 메서드 ServerGroup(ServerGroup, String)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Alter Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. (ServerGroupBase에서 상속됩니다.)
보호된 메서드 CheckObjectState (RegSvrSmoObject에서 상속됩니다.)
보호된 메서드 ClearCollections Clears the server group collections. (ServerGroupBase에서 상속됩니다.)
공용 메서드 Create Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object. (ServerGroupBase에서 상속됩니다.)
공용 메서드 Drop Removes the ServerGroupBase from the parent server group. (ServerGroupBase에서 상속됩니다.)
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetSmoObject Gets a RegSvrSmoObject that is specified by a URN. (ServerGroupBase에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 ImplInitialize (RegSvrSmoObject에서 상속됩니다.)
공용 메서드 Initialize (RegSvrSmoObject에서 상속됩니다.)
보호된 메서드 IsObjectInitialized (RegSvrSmoObject에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 Refresh (RegSvrSmoObject에서 상속됩니다.)
보호된 메서드 SetParentImpl (RegSvrSmoObject에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)
보호된 메서드 UpdateObjectState (RegSvrSmoObject에서 상속됩니다.)
공용 메서드 Validate (SmoObjectBase에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Description Gets or sets the textual description of the referenced group of registered servers.
공용 속성 Name Gets or sets the name of the object. (RegSvrSmoObject에서 상속됩니다.)
공용 속성 Parent Gets or sets the ServerGroup object that is the parent of the referenced ServerGroup object.
공용 속성 Path Gets the path of the referenced server group.
공용 속성 Properties Gets the properties associated with the object. (RegSvrSmoObject에서 상속됩니다.)
공용 속성 RegisteredServers Represents a collection of RegisteredServer objects. Each RegisteredServer object represents a registered server that is included in the parent server group. (ServerGroupBase에서 상속됩니다.)
공용 속성 ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group. (ServerGroupBase에서 상속됩니다.)
공용 속성 ServerType Gets the Guid object value that specifies the type of server associated with the server group.
공용 속성 State Gets the state of the referenced object. (SmoObjectBase에서 상속됩니다.)
공용 속성 Urn Gets the Urn object value that represents the server group. (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에서 상속됩니다.)

맨 위로 이동