Information Members
Include Protected Members
Include Inherited Members
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.
The Information type exposes the following members.
Methods
Top
Properties
Name | Description | |
---|---|---|
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. (Inherited from 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. (Inherited from 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. (Inherited from 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. (Inherited from 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. (Inherited from 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. (Inherited from SmoObjectBase.) | |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Inherited from SqlSmoObject.) | |
UserData | Gets or sets user-defined data associated with the referenced object. (Inherited from 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. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from SqlSmoObject.) | |
PropertyMetadataChanged | (Inherited from SqlSmoObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IAlienObjectDiscover() | (Inherited from SqlSmoObject.) | |
IAlienObjectGetParent() | (Inherited from SqlSmoObject.) | |
IAlienObjectGetProperty(String) | (Inherited from SqlSmoObject.) | |
ISfcPropertyProviderGetPropertySet() | (Inherited from SqlSmoObject.) | |
IAlienObjectGetUrn() | (Inherited from SqlSmoObject.) | |
IAlienObjectResolve(String) | (Inherited from SqlSmoObject.) | |
IAlienObjectSetProperty(Object, Object) | (Inherited from SqlSmoObject.) |
Top