共用方式為


Item 屬性 (String)

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public ReadOnly Default Property Item ( _
    name As String _
) As Object
    Get
'用途
Dim instance As BusinessLogicDataReader
Dim name As String
Dim value As Object

value = instance(name)
public Object this[
    string name
] { get; }
public:
virtual property Object^ default[String^ name] {
    Object^ get (String^ name) sealed;
}
abstract Item : Object
override Item : Object
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

屬性值

型別:System. . :: . .Object

實作

IDataRecord. . :: . .Item[ ( [ ( String] ) ] )