BusinessLogicParameterCollection.Item 属性 (String)

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the parameter collection at the specified index.

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Default Property Item ( _
    index As String _
) As Object 
    Get 
    Set
用法
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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:System.Object
The parameter collection at the specified index.

实现

IDataParameterCollection.Item[String]

请参阅

参考

BusinessLogicParameterCollection 类

Item 重载

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间