Sdílet prostřednictvím


IDTSProperty100.DataType Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see DtsProperty.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property DataType As UShort
    Get
'Usage
Dim instance As IDTSProperty100
Dim value As UShort

value = instance.DataType
ushort DataType { get; }
property unsigned short DataType {
    unsigned short get ();
}
abstract DataType : uint16
function get DataType () : ushort

Property Value

Type: System.UInt16