FilterParameterCollection.Item 속성
컬렉션의 지정한 인덱스에 있는 필터 매개 변수를 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization.Data.Server
어셈블리: microsoft.synchronization.data.server.dll의 Microsoft.Synchronization.Data.Server
구문
‘선언
Public Default Property Item ( _
index As Integer _
) As SqlParameter
‘사용 방법
Dim instance As FilterParameterCollection
Dim index As Integer
Dim value As SqlParameter
value = instance(index)
instance(index) = value
public SqlParameter this [
int index
] { get; set; }
public:
property SqlParameter^ default [int] {
SqlParameter^ get (int index);
void set (int index, SqlParameter^ value);
}
/** @property */
public SqlParameter get_Item (int index)
/** @property */
public void set_Item (int index, SqlParameter value)
매개 변수
- index
FilterParameterCollection에서 반환할 SqlParameter 개체의 인덱스(0부터 시작)입니다.
속성 값
컬렉션의 지정한 인덱스에 있는 SqlParameter 개체입니다.
참고 항목
참조
FilterParameterCollection 클래스
FilterParameterCollection 멤버
Microsoft.Synchronization.Data.Server 네임스페이스