次の方法で共有


IDTSInput100.ObjectType プロパティ

IDTSInput100 オブジェクトの DTSObjectType を取得します。

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

構文

'宣言
ReadOnly Property ObjectType As DTSObjectType 
    Get
'使用
Dim instance As IDTSInput100 
Dim value As DTSObjectType 

value = instance.ObjectType
DTSObjectType ObjectType { get; }
property DTSObjectType ObjectType {
    DTSObjectType get ();
}
abstract ObjectType : DTSObjectType
function get ObjectType () : DTSObjectType

プロパティ値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSObjectType
DTSObjectType 列挙から OT_INPUT 値を返します。

関連項目

参照

IDTSInput100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間