次の方法で共有


IndexPosition プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

詳細については、「ConnectionManager」を参照してください。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Property IndexPosition As Integer
    Get
    Set
'使用
Dim instance As IDTSConnectionManagerCacheColumn100
Dim value As Integer

value = instance.IndexPosition

instance.IndexPosition = value
int IndexPosition { get; set; }
property int IndexPosition {
    int get ();
    void set (int value);
}
abstract IndexPosition : int with get, set
function get IndexPosition () : int
function set IndexPosition (value : int)

プロパティ値

型: System. . :: . .Int32