IDTSProperty100.DataType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data type of the property.
public:
property System::UInt16 DataType { System::UInt16 get(); };
[System.Runtime.InteropServices.DispId(4)]
public ushort DataType { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.DataType : uint16
Public ReadOnly Property DataType As UShort
Property Value
The data type of the property.
- Attributes
Remarks
For more information, see DtsProperty.