InstalledInstances Class

 

Represents the installed instances.

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

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

public ref class InstalledInstances 

NameDescription
System_CAPS_protmethodInstalledInstances(ServiceContainer^)

Initializes a new instance of the InstalledInstances class.

NameDescription
System_CAPS_pubpropertyInstances

Gets or sets the list containing the installed instances.

System_CAPS_pubpropertyScenarioApplicableInstances

Gets or sets the scenario applicable instances.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetInstance(ServiceContainer^)

Gets the installed instances.

System_CAPS_pubmethodGetSqlEditionForInstance(String^)

Gets the SQL edition for the specified instance.

System_CAPS_pubmethodGetSqlEditionForSharedFeature(String^, String^, UserVisibleFeature^)

Gets the SQL edition for the specified feature.

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: