Share via


InstalledInstances.ScenarioApplicableInstances Property

Definition

Gets or sets the scenario applicable instances.

public:
 property System::Collections::Generic::List<Microsoft::SqlServer::Configuration::InstalledInstances::InstanceData ^> ^ ScenarioApplicableInstances { System::Collections::Generic::List<Microsoft::SqlServer::Configuration::InstalledInstances::InstanceData ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.SqlServer.Configuration.InstalledInstances.InstanceData> ScenarioApplicableInstances { get; }
member this.ScenarioApplicableInstances : System.Collections.Generic.List<Microsoft.SqlServer.Configuration.InstalledInstances.InstanceData>
Public ReadOnly Property ScenarioApplicableInstances As List(Of InstalledInstances.InstanceData)

Property Value

The scenario applicable instances.

Applies to