InstalledInstances.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)

속성 값

설치된 인스턴스가 포함된 목록입니다.

적용 대상