ServerGroupBase 멤버

The ServerGroupBase class is a base class that is used in the construction of the ServerGroup class, which represents a group of Microsoft SQL Server registered servers.

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

메서드

  이름 설명
공용 메서드 Alter Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server.
보호된 메서드 CheckObjectState (RegSvrSmoObject에서 상속됩니다.)
보호된 메서드 ClearCollections Clears the server group collections.
공용 메서드 Create Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object.
공용 메서드 Drop Removes the ServerGroupBase from the parent server group.
공용 메서드 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에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Name Gets or sets the name of the object. (RegSvrSmoObject에서 상속됩니다.)
공용 속성 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.
공용 속성 ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group.
공용 속성 State Gets the state of the referenced object. (SmoObjectBase에서 상속됩니다.)
공용 속성 Urn Gets the Urn object that represents the object. (RegSvrSmoObject에서 상속됩니다.)
보호된 속성 UrnSkeleton Gets the Urn object that represents the object. (RegSvrSmoObject에서 상속됩니다.)
공용 속성 UserData Gets or sets user-defined data associated with the referenced object. (SmoObjectBase에서 상속됩니다.)

맨 위로 이동