InstalledInstances.Instances Proprietà

Definizione

Ottiene o imposta l'elenco contenente le istanze installate.

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)

Valore della proprietà

Elenco contenente le istanze installate.

Si applica a