Share via


InstalledInstances.Instances Property

Definition

Gets or sets the list containing the installed instances.

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

Property Value

The list containing the installed instances.

Applies to