다음을 통해 공유


ICorrelationDataSource.DataSources 속성

정의

채널이 제공할 수 있는 모든 상관 관계 데이터에 대한 설명이 포함된 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Channels::CorrelationDataDescription ^> ^ DataSources { System::Collections::Generic::ICollection<System::ServiceModel::Channels::CorrelationDataDescription ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Channels.CorrelationDataDescription> DataSources { get; }
member this.DataSources : System.Collections.Generic.ICollection<System.ServiceModel.Channels.CorrelationDataDescription>
Public ReadOnly Property DataSources As ICollection(Of CorrelationDataDescription)

속성 값

상관 관계 데이터 설명입니다.

적용 대상