ServerGroup Object

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The ServerGroup object exposes the attributes of a Windows user registry key that organizes registered instances of Microsoft SQL Server.

현재 개체를 보여 주는 SQL-DMO 개체 모델

Properties

Name Property

Methods

Remove Method (Objects)

주의

SQL Distributed Management Objects (SQL-DMO) applications can maintain lists of some or all instances of SQL Server in an organization in the registry of the Windows operating system. The user can establish categories for the listed instances of SQL Server.

For example, to group and view instances of SQL Server by division in a SQL-DMO application, SQL-DMO represents each division as a ServerGroup object. The ServerGroup name of the division is maintained by SQL-DMO as a Windows registry key. Within this registry entry, separate keys list each instance of SQL Server in the division.

A ServerGroup object has a ServerGroups collection, allowing multiple levels of categories for an organization.

With the ServerGroup object you can:

  • Create a category for instances of SQL Server within your organization.
  • Add or remove instances of SQL Server in a category.
  • Remove a category for instances of SQL Server.

The value of the Name property of a ServerGroup object must be a valid Windows registry-key character string. It must be unique for each user.