共用方式為


BusinessLogicDataReader.Item 屬性 (String)

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

Gets the value of the specified column.

命名空間:  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
The value of the specified column.

實作

IDataRecord.Item[String]

請參閱

參考

BusinessLogicDataReader 類別

Item 多載

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間