RemoteProvider.Deploy<TElement> 메서드 (IQueryable<TElement>, String)
원격 시퀀스를 배포합니다.
네임스페이스: Microsoft.ComplexEventProcessing.Linq
어셈블리: Microsoft.ComplexEventProcessing(Microsoft.ComplexEventProcessing.dll)
구문
‘선언
<ExtensionAttribute> _
Public Shared Function Deploy(Of TElement) ( _
definition As IQueryable(Of TElement), _
id As String _
) As IQueryable(Of TElement)
‘사용 방법
Dim definition As IQueryable(Of TElement)
Dim id As String
Dim returnValue As IQueryable(Of TElement)
returnValue = definition.Deploy(id)
public static IQueryable<TElement> Deploy<TElement>(
this IQueryable<TElement> definition,
string id
)
[ExtensionAttribute]
public:
generic<typename TElement>
static IQueryable<TElement>^ Deploy(
IQueryable<TElement>^ definition,
String^ id
)
static member Deploy :
definition:IQueryable<'TElement> *
id:string -> IQueryable<'TElement>
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- TElement
요소 유형입니다.
매개 변수
- definition
유형: System.Linq.IQueryable<TElement>
원격 시퀀스입니다.
- id
유형: System.String
시퀀스 식별자입니다.
반환 값
유형: System.Linq.IQueryable<TElement>
원격 시퀀스입니다.
사용법 정보
Visual Basic 및 C#에서는 이 메서드를 IQueryable<TElement> 유형의 모든 개체에 대한 인스턴스 메서드로 호출할 수 있습니다. 인스턴스 메서드 구문을 사용하여 이 메서드를 호출하는 경우 첫 번째 매개 변수를 생략합니다. 자세한 내용은 https://msdn.microsoft.com/ko-kr/library/bb384936(v=sql.111) 또는 https://msdn.microsoft.com/ko-kr/library/bb383977(v=sql.111)을(를) 참조하십시오.