IServerConnectionInformation.Details 속성

정의

서버 연결 정보의 지정된 정보를 얻습니다.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::SqlServer::Management::ServerInformation::IServerConnectionInformationDetails ^> ^ Details { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::SqlServer::Management::ServerInformation::IServerConnectionInformationDetails ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.ServerInformation.IServerConnectionInformationDetails> Details { get; }
member this.Details : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.ServerInformation.IServerConnectionInformationDetails>
Public ReadOnly Property Details As ReadOnlyCollection(Of IServerConnectionInformationDetails)

속성 값

서버 연결의 명시된 세부 정보입니다.

적용 대상