IDTSVirtualInputColumn90.ObjectType Property
Gets the value from the DTSObjectType enumeration for a virtual input column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Declaration
<DispIdAttribute(14)> _
ReadOnly Property ObjectType As DTSObjectType
[DispIdAttribute(14)]
DTSObjectType ObjectType { get; }
[DispIdAttribute(14)]
property DTSObjectType ObjectType {
DTSObjectType get ();
}
/** @property */
/** @attribute DispIdAttribute(14) */
DTSObjectType get_ObjectType ()
DispIdAttribute(14)
function get ObjectType () : DTSObjectType
Property Value
OT_VIRTUALINPUTCOLUMN for IDTSVirtualInputColumn90 objects.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace