Share via


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.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject
      Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase
        Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Class ServerGroupBase _
    Inherits RegSvrSmoObject _
    Implements ICreatable, IAlterable, IDroppable
‘사용 방법
Dim instance As ServerGroupBase
public class ServerGroupBase : RegSvrSmoObject, 
    ICreatable, IAlterable, IDroppable
public ref class ServerGroupBase : public RegSvrSmoObject, 
    ICreatable, IAlterable, IDroppable
type ServerGroupBase =  
    class 
        inherit RegSvrSmoObject 
        interface ICreatable 
        interface IAlterable 
        interface IDroppable 
    end
public class ServerGroupBase extends RegSvrSmoObject implements ICreatable, IAlterable, IDroppable

ServerGroupBase 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 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에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Alter Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server.
보호된 메서드 CheckObjectState Checks the state of the object. (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 Initializes the object. (RegSvrSmoObject에서 상속됨)
공용 메서드 Initialize Initializes the object. (RegSvrSmoObject에서 상속됨)
보호된 메서드 IsObjectInitialized Gets a Boolean value that specifies whether the object was initialized. (RegSvrSmoObject에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Refresh Refreshes the properties of the object. (RegSvrSmoObject에서 상속됨)
보호된 메서드 SetParentImpl Sets a parent. (RegSvrSmoObject에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)
보호된 메서드 UpdateObjectState Gets the updated object state. (RegSvrSmoObject에서 상속됨)
공용 메서드 Validate Validates the state of an object. (SmoObjectBase에서 상속됨)

맨 위로 이동

주의

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo.RegisteredServers 네임스페이스

관련 자료

등록된 서버 관리