Information 成員
The Information class contains nonconfigurable information about the instance of SQL Server. These include system information and options that are set during Setup, such as the collation.
Information 型別公開下列成員。
方法
頂端
屬性
名稱 | 描述 | |
---|---|---|
![]() |
BuildClrVersion | Gets a version object that identifies the common language runtime that is running in the server. |
![]() |
BuildClrVersionString | A string that identifies the build number of the common language runtime that is running in the server. |
![]() |
BuildNumber | Gets the build number for the instance of SQL Server. |
![]() |
Collation | Gets the default collation for the instance of SQL Server. |
![]() |
CollationID | Gets the collation ID for the instance of SQL Server. |
![]() |
ComparisonStyle | Gets the comparison style for the instance of SQL Server. |
![]() |
ComputerNamePhysicalNetBIOS | Gets the computer name stored in the net BIOS. |
![]() |
Edition | Gets the edition of the instance of SQL Server. |
![]() |
EngineEdition | Gets the edition of the engine for the instance of SQL Server. |
![]() |
ErrorLogPath | Gets the file directory where the error log is stored on the instance of SQL Server. |
![]() |
ExecuteForScalar | Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (繼承自 SqlSmoObject。) |
![]() |
IsCaseSensitive | Gets the Boolean value that specifies whether the instance of SQL Server is case-sensitive. |
![]() |
IsClustered | Gets the Boolean value that specifies whether the instance of SQL Server is a clustered server. |
![]() |
IsFullTextInstalled | Gets the Boolean value that specifies whether full-text service is installed on the instance of SQL Server. |
![]() |
IsSingleUser | Gets the Boolean value that specifies whether the instance of SQL Server is read-only. |
![]() |
IsTouched | Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (繼承自 SqlSmoObject。) |
![]() |
Language | Gets the default language used by the instance of SQL Server. |
![]() |
MasterDBLogPath | Gets the log file directory for the master database on the instance of SQL Server. |
![]() |
MasterDBPath | Gets the database file directory for the master database on the instance of SQL Server. |
![]() |
MaxPrecision | Gets the greatest decimal precision available for exact numeric data types (not floating point), including decimal and numeric. |
![]() |
NetName | Gets the NetBIOS name of the network on which the instance of SQL Server is running. |
![]() |
ObjectInSpace | Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (繼承自 SqlSmoObject。) |
![]() |
OSVersion | Gets the operating system version of the computer running the instance of SQL Server. |
![]() |
Parent | Gets the Server object that is the parent object of the Information object. |
![]() |
PhysicalMemory | Gets the total RAM installed, in MB, for the computer running the instance of SQL Server. |
![]() |
Platform | Gets the hardware platform for the computer running the instance of SQL Server. |
![]() |
Processors | Gets the number of processors installed on the computer running the instance of SQL Server. |
![]() |
Product | Gets the product title for the instance of SQL Server. |
![]() |
ProductLevel | Gets the product level for the instance of SQL Server. |
![]() |
Properties | Gets a collection of Property objects that represent the object properties. (繼承自 SqlSmoObject。) |
![]() |
ResourceLastUpdateDateTime | Gets the date and time when the SQL Server resource was last updated. |
![]() |
ResourceVersion | Gets the version of the SQL Server resource. |
![]() |
ResourceVersionString | Gets the version of the SQL Server resource in string format. |
![]() |
RootDirectory | Gets the root directory for the instance of SQL Server. |
![]() |
ScalarResult | Gets the scalar result for the referenced object. (繼承自 SqlSmoObject。) |
![]() |
SqlCharSet | Gets the Int16 value that identifies the character set used by the instance of SQL Server. |
![]() |
SqlCharSetName | Gets the name of the character set used by the instance of SQL Server. |
![]() |
SqlSortOrder | Gets the Int16 value that identifies the sort order used by the instance of SQL Server. |
![]() |
SqlSortOrderName | Gets the name of the sort order used by the instance of SQL Server. |
![]() |
State | Gets the state of the referenced object. (繼承自 SmoObjectBase。) |
![]() |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (繼承自 SqlSmoObject。) |
![]() |
UserData | Gets or sets user-defined data associated with the referenced object. (繼承自 SmoObjectBase。) |
![]() |
Version | Gets the version of the instance of SQL Server. |
![]() |
VersionMajor | Gets the major version number of the instance of SQL Server. |
![]() |
VersionMinor | Gets the minor version of the instance of SQL Server. |
![]() |
VersionString | Gets the date, version, and processor type of the instance of SQL Server. |
頂端
明確繼承實作
名稱 | 描述 | |
---|---|---|
![]() ![]() |
IAlienObjectDiscover | (繼承自 SqlSmoObject。) |
![]() ![]() |
IAlienObjectGetParent | (繼承自 SqlSmoObject。) |
![]() ![]() |
IAlienObjectGetProperty | (繼承自 SqlSmoObject。) |
![]() ![]() |
ISfcPropertyProviderGetPropertySet | (繼承自 SqlSmoObject。) |
![]() ![]() |
IAlienObjectGetUrn | (繼承自 SqlSmoObject。) |
![]() ![]() |
IAlienObjectResolve | (繼承自 SqlSmoObject。) |
![]() ![]() |
IAlienObjectSetProperty | (繼承自 SqlSmoObject。) |
頂端