Share via


InstalledInstances.ScenarioApplicableInstances プロパティ

定義

シナリオ適用可能なインスタンスを取得または設定します。

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)

プロパティ値

シナリオ適用可能なインスタンスです。

適用対象