DatabaseEngineInstance Properties

 

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Properties

Name Description
System_CAPS_pubproperty BuildClrVersion

Gets the CLR build of the instance of SQL Server.

System_CAPS_pubproperty BuildClrVersionString

Gets a string which contains the CLR build of the instance of SQL Server.

System_CAPS_pubproperty ComputerNamePhysicalNetBIOS

Gets the name of the computer which is running the instance of SQL Server.

System_CAPS_pubproperty ErrorLogPath

Gets the file path for error logging on the instance of SQL Server.

System_CAPS_pubproperty ID

Gets the identifier for the instance of SQL Server.

System_CAPS_pubproperty InstanceName

Gets the name of the instance of SQL Server.

System_CAPS_pubproperty InstanceState

Gets the state of the instance of SQL Server.

System_CAPS_pubproperty Language

Gets the language used by the instance of SQL Server.

System_CAPS_pubproperty MachineName

Gets the machine name for the instance of SQL Server.

System_CAPS_pubproperty MasterDBLogPath

Gets the log file directory for the master database on the instance of SQL Server.

System_CAPS_pubproperty MasterDBPath

Gets the database file directory for the master database on the instance of SQL Server.

System_CAPS_pubproperty Name

Gets or sets the name of the object.(Inherited from NamedSmoObject.)

System_CAPS_pubproperty OSVersion

Gets the version of the operating system for the computer running the instance of SQL Server.

System_CAPS_pubproperty Parent

Gets the Server which represents the computer running the instance of SQL Server.

System_CAPS_pubproperty PhysicalMemory

Gets the total RAM installed, in megabytes on the computer running the instance of SQL Server.

System_CAPS_pubproperty Platform

Gets the hardware platform for the computer containing the instance of SQL Server.

System_CAPS_pubproperty PortNumber

Gets the port number of the instance of SQL Server.

System_CAPS_pubproperty Processors

Gets the number of processors on the computer running the instance of SQL Server.

System_CAPS_pubproperty Product

Gets the name of the product associated with the instance of SQL Server.

System_CAPS_pubproperty Properties

Gets a collection of Property objects that represent the object properties.(Inherited from SqlSmoObject.)

System_CAPS_pubproperty ResourceLastUpdateDateTime

Gets the last update time of the resource.

System_CAPS_pubproperty ResourceVersion

Gets the version of the resource.

System_CAPS_pubproperty ResourceVersionString

Gets a string which corresponds to the version of the resource.

System_CAPS_pubproperty RootDirectory

Gets the path of the root directory for the instance of SQL Server.

System_CAPS_pubproperty ServiceName

Gets the service name for the instance of SQL Server.

System_CAPS_pubproperty State

Gets the state of the referenced object.(Inherited from SmoObjectBase.)

System_CAPS_pubproperty Urn

Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.(Inherited from SqlSmoObject.)

System_CAPS_pubproperty UserData

Gets or sets user-defined data associated with the referenced object.(Inherited from SmoObjectBase.)

System_CAPS_pubproperty Version

Gets the version of the instance of SQL Server.

System_CAPS_pubproperty VersionString

Gets a string which corresponds to the version of the instance of SQL Server.

See Also

DatabaseEngineInstance Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top