Compartir a través de


InstalledInstances.ScenarioApplicableInstances Propiedad

Definición

Obtiene o establece las instancias correspondientes de escenario.

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)

Valor de propiedad

Instancias correspondientes de escenario.

Se aplica a