Registry Object Properties Collections
Property | Description |
---|
Application Application Write: No |
The Application object. |
AutostartLicensing Boolean Write: Yes |
Determines if license logging is started automatically when SQL Server starts. If True, licensing is started automatically when SQL Server starts. If False, licensing must be started manually. |
AutostartMail Boolean Write: Yes |
Determines if Mail is started when SQL Server starts. If True, Mail is started automatically when SQL Server starts. If False, Mail must be started manually. |
AutostartServer Boolean Write: Yes |
Determines if SQL Server is started when Windows NT starts. If True, SQL Server is started automatically when Windows NT starts. If False, SQL Server must be started manually. |
CaseSensitive Boolean Write: No |
Indicates if SQL Server is case-sensitive. If True, SQL Server is using a case-sensitive sort order. If False, SQL Server is using a case-insensitive sort order. |
CharacterSet String Write: No |
Description of the character set and code page used by SQL Server. |
ErrorLogPath String Write: Yes |
The full path and file name of the SQL Server error log. |
MailAccountName String Write: Yes |
The Mail account name. |
MailPassword String Write: Yes |
The password for the Mail account specified by the MailAccountName property. |
MasterDBPath String Write: Yes |
The full path and file name of the database device that contains the MASTER database. |
NTEventLogging Boolean Write: No |
Indicates if Windows NT event logging is enabled. If True, SQL Server sends all events to the Windows NT event log as well as the SQL Server error log. If False, SQL Server sends events only to the SQL Server error log. |
NumberOfProcessors Long Write: No |
The number of processors on the SQL Server computer. |
Parent SQLServer Write: No |
The SQLServer object. |
PerfMonMode SQLOLE_PERFMON_TYPE Write: Yes |
The mode of the performance monitor. |
PhysicalMemory Long Write: No |
The total physical memory in megabytes on the SQL Server computer. |
RegisteredOrganization String Write: No |
The name of the organization provided when SQL Server was installed. |
RegisteredOwner String Write: No |
The name of the owner provided when SQL Server was installed. |
SortOrder String Write: No |
Description of the sort order used by SQL Server. |
SQLRootPath String Write: Yes |
The full path where SQL Server was installed. |
TapeLoadWaitTime Long Write: Yes |
The number of minutes SQL Server will wait when trying to read a tape that has not been loaded in the drive. A value of -1 means no wait timeout; SQL Server will not sop waiting. A value of 0 means SQL Server will only try once to access a tape in the drive.. |
TypeOf SQLOLE_OBJECT_TYPE Write: No |
The type of object. |
UserData Long Write: Yes |
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property. |