Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the DataType of the value stored in the flat file column.
Diese API ist nicht mit CLS kompatibel.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property DataType As DataType
Get
Set
'Usage
Dim instance As FlatFileColumn
Dim value As DataType
value = instance.DataType
instance.DataType = value
[CLSCompliantAttribute(false)]
public DataType DataType { get; set; }
[CLSCompliantAttribute(false)]
public:
property DataType DataType {
DataType get ();
void set (DataType value);
}
[<CLSCompliantAttribute(false)>]
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
Returns a DataType.
Hinweise
For a list of the data types, see SQL Server Integration Services-Datentypen.