Share via


IDTSOutputColumn100.ObjectType 속성

Gets the value from a DTSObjectType enumeration that corresponds to an output column.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
ReadOnly Property ObjectType As DTSObjectType 
    Get
‘사용 방법
Dim instance As IDTSOutputColumn100 
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
For IDTSOutputColumn100 objects, this value is always OT_OUTPUTCOLUMN.

참고 항목

참조

IDTSOutputColumn100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스