FilterParameterCollection.Item Property
Gets or sets a filter parameter in the collection at the specified index.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As SqlParameter
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)
Parameters
- index
The zero-based index of the SqlParameter object to return from the FilterParameterCollection.
Property Value
A SqlParameter object at the specified index in the collection.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
FilterParameterCollection Class
FilterParameterCollection Members
Microsoft.Synchronization.Data.Server Namespace