FlatFileColumn.DataType Eigenschaft

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Ruft den DataType des in der Flatfilespalte gespeicherten Werts ab oder legt ihn fest.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType value); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType DataType { get; set; }
[<System.CLSCompliant(false)>]
member this.DataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType with get, set
Public Property DataType As DataType

Eigenschaftswert

Gibt einen Wert vom Typ DataType zurück.

Attribute

Hinweise

Eine Liste der Datentypen finden Sie unter Integration Services-Datentypen.

Gilt für: