ObjectType 속성
Gets the value from a DTSObjectType enumeration that corresponds to an input column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap
구문
‘선언
ReadOnly Property ObjectType As DTSObjectType
Get
‘사용 방법
Dim instance As IDTSInputColumn100
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_INPUTCOLUMN for IDTSInputColumn100 objects.