InstalledInstances::InstanceData Class

 

Provides properties for the installed instance.

Namespace:   Microsoft.SqlServer.Configuration
Assembly:  Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)

System::Object
  Microsoft.SqlServer.Configuration::InstalledInstances::InstanceData

public ref class InstanceData 

NameDescription
System_CAPS_pubpropertyArchitecture

Gets the architecture of the installed instance.

System_CAPS_pubpropertyEdition

Gets the edition of the installed instance.

System_CAPS_pubpropertyEditionValue

Gets the edition value of the installed instance.

System_CAPS_pubpropertyFailoverName

Gets the failover name of the installed instance.

System_CAPS_pubpropertyFeatures

Gets the features of the installed instance.

System_CAPS_pubpropertyInstanceId

Gets the ID of the installed instance.

System_CAPS_pubpropertyInstanceIdList

Gets the list of ID of the installed instance.

System_CAPS_pubpropertyInstanceName

Gets the name of the installed instance.

System_CAPS_pubpropertyIsUnconfigured

Gets a value that indicated whether of the installed instance is not configured.

System_CAPS_pubpropertyProductName

Gets the product name of the installed instance.

System_CAPS_pubpropertyVersion

Gets the version of the installed instance.

System_CAPS_pubpropertyVersionAndProductName

Gets or sets the version name and product name of the installed instance.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: