IDTSVirtualInputColumn100.ObjectType 属性

Gets the value from the DTSObjectType enumeration for a virtual input column.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
ReadOnly Property ObjectType As DTSObjectType 
    Get
用法
Dim instance As IDTSVirtualInputColumn100 
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
OT_VIRTUALINPUTCOLUMN for IDTSVirtualInputColumn100 objects.

请参阅

参考

IDTSVirtualInputColumn100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间