この 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 ( _
i As Integer _
) As Object
Get
'使用
Dim instance As BusinessLogicDataReader
Dim i As Integer
Dim value As Object
value = instance(i)
public Object this[
int i
] { get; }
public:
virtual property Object^ default[int i] {
Object^ get (int i) sealed;
}
abstract Item : Object
override Item : Object
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- i
型: System.Int32
The column.
プロパティ値
型: System.Object
The value of the specified column.