Registry Object

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

The Registry object exposes the Windows registry settings that maintain an instance of Microsoft SQL Server and run-time parameters.

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

Properties

AutostartDTC Property

NTEventLogging Property

AutostartLicensing Property

NumberOfProcessors Property

AutostartMail Property

PerfMonMode Property

AutostartServer Property

PhysicalMemory Property

CaseSensitive Property

RegisteredOwner Property

CharacterSet Property

ReplicationInstalled Property

ErrorLogPath Property

SortOrder Property

MailAccountName Property

SQLDataRoot Property

MailPassword Property

SQLRootPath Property

MasterDBPath Property

TapeLoadWaitTime Property

주의

With the Registry object, you can:

  • Retrieve SQL Server parameters set during installation, such as the registered owner, character set, and sort order.
  • Set system start behavior for an instance of SQL Server.
  • Configure SQL Server mail account information.
  • Configure SQL Server default data-log and error-log paths, or set the path for the SQL Server master database.

Changes to property values of the Registry object are applied to the referenced instance of SQL Server as they are made.

[!참고] The Registry object is compatible with instances of SQL Server versions 7.0 and later. However, the Registry2 object extends the functionality of the Registry object for use with features that were introduced in SQL Server 2000.

To set a SQL Server run-time parameter

  1. Get the Registry object from a connected SQLServer object.

  2. Set the parameter. For example, to cause the SQL Server service (MSSQLServer) to start automatically when the system is started, set the AutostartServer property to TRUE.

참고 항목

참조

Registry2 Object

도움말 및 정보

SQL Server 2005 지원 받기