BusinessLogicParameterCollection.Item Property (String)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the parameter collection at the specified index.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Default Property Item ( _
    index As String _
) As Object 
    Get 
    Set
'Usage
Dim instance As BusinessLogicParameterCollection 
Dim index As String 
Dim value As Object 

value = instance(index)

instance(index) = value
public Object this[
    string index
] { get; set; }
public:
virtual property Object^ default[String^ index] {
    Object^ get (String^ index) sealed;
    void set (String^ index, Object^ value) sealed;
}
abstract Item : Object with get, set 
override Item : Object with get, set
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: System.Object
The parameter collection at the specified index.

Implements

IDataParameterCollection.Item[String]

See Also

Reference

BusinessLogicParameterCollection Class

Item Overload

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace