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 네임스페이스