次の方法で共有


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 名前空間