Compartir a través de


InstalledInstances.Instances Propiedad

Definición

Obtiene o establece la lista que contiene las instancias instaladas.

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)

Valor de propiedad

Lista que contiene las instancias instaladas.

Se aplica a