Application.Sources 속성

응용 프로그램에서 등록된 모든 원본을 가져옵니다.

네임스페이스:  Microsoft.ComplexEventProcessing
어셈블리:  Microsoft.ComplexEventProcessing(Microsoft.ComplexEventProcessing.dll)

구문

‘선언
Public ReadOnly Property Sources As IDictionary(Of String, CepSource)
    Get
‘사용 방법
Dim instance As Application 
Dim value As IDictionary(Of String, CepSource)

value = instance.Sources
public IDictionary<string, CepSource> Sources { get; }
public:
property IDictionary<String^, CepSource^>^ Sources {
    IDictionary<String^, CepSource^>^ get ();
}
member Sources : IDictionary<string, CepSource>
function get Sources () : IDictionary<String, CepSource>

속성 값

유형: System.Collections.Generic.IDictionary<String, CepSource>
응용 프로그램에서 등록된 모든 원본입니다.

참고 항목

참조

Application 클래스

Microsoft.ComplexEventProcessing 네임스페이스