InstalledInstances::InstanceData Class
Provides properties for the installed instance.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | InstalledInstances::InstanceData(String^, String^, String^, String^, String^, String^, String^, String^, Boolean, String^, String^) | Initializes a new instance of the InstalledInstances::InstanceData class. |
| Name | Description | |
|---|---|---|
![]() | Architecture | Gets the architecture of the installed instance. |
![]() | Edition | Gets the edition of the installed instance. |
![]() | EditionValue | Gets the edition value of the installed instance. |
![]() | FailoverName | Gets the failover name of the installed instance. |
![]() | Features | Gets the features of the installed instance. |
![]() | InstanceId | Gets the ID of the installed instance. |
![]() | InstanceIdList | Gets the list of ID of the installed instance. |
![]() | InstanceName | Gets the name of the installed instance. |
![]() | IsUnconfigured | Gets a value that indicated whether of the installed instance is not configured. |
![]() | ProductName | Gets the product name of the installed instance. |
![]() | Version | Gets the version of the installed instance. |
![]() | VersionAndProductName | Gets or sets the version name and product name of the installed instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


