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