다음을 통해 공유


RemoteProvider.With 메서드 (IRemoteBinding, IRemoteBinding)

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

구문

‘선언
<ExtensionAttribute> _
Public Shared Function With ( _
    first As IRemoteBinding, _
    second As IRemoteBinding _
) As IRemoteBinding
‘사용 방법
Dim first As IRemoteBinding 
Dim second As IRemoteBinding 
Dim returnValue As IRemoteBinding 

returnValue = first.With(second)
public static IRemoteBinding With(
    this IRemoteBinding first,
    IRemoteBinding second
)
[ExtensionAttribute]
public:
static IRemoteBinding^ With(
    IRemoteBinding^ first, 
    IRemoteBinding^ second
)
static member With : 
        first:IRemoteBinding * 
        second:IRemoteBinding -> IRemoteBinding
public static function With(
    first : IRemoteBinding, 
    second : IRemoteBinding
) : IRemoteBinding

매개 변수

반환 값

유형: Microsoft.ComplexEventProcessing.Linq.IRemoteBinding

사용법 정보

Visual Basic 및 C#에서는 이 메서드를 IRemoteBinding 유형의 모든 개체에 대한 인스턴스 메서드로 호출할 수 있습니다. 인스턴스 메서드 구문을 사용하여 이 메서드를 호출하는 경우 첫 번째 매개 변수를 생략합니다. 자세한 내용은 https://msdn.microsoft.com/ko-kr/library/bb384936(v=sql.111) 또는 https://msdn.microsoft.com/ko-kr/library/bb383977(v=sql.111)을(를) 참조하십시오.

참고 항목

참조

RemoteProvider 클래스

With 오버로드

Microsoft.ComplexEventProcessing.Linq 네임스페이스