Item 속성 (String)
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: 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는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- index
유형: System. . :: . .String