共用方式為


IDTSComponentMetaData100.ObjectType 屬性

Gets a value indicating that the component is a data flow component.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property ObjectType As DTSObjectType 
    Get
'用途
Dim instance As IDTSComponentMetaData100 
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
The OT_COMPONENT value from the DTSObjectType enumeration.

請參閱

參考

IDTSComponentMetaData100 介面

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