IServerConnectionInformationDetails.ConnectionInformation 속성

정의

서버 정보를 가져오는 데 사용되는 연결 정보를 가져옵니다.

public:
 property Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ ConnectionInformation { Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ get(); };
public Microsoft.SqlServer.Management.Common.ConnectionInfoBase ConnectionInformation { get; }
member this.ConnectionInformation : Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Public ReadOnly Property ConnectionInformation As ConnectionInfoBase

속성 값

서버 정보를 가져오는 데 사용되는 연결 정보입니다.

적용 대상