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 column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property DataType As DataType
Get
Set
'Usage
Dim instance As IDTSExternalMetadataColumn100
Dim value As DataType
value = instance.DataType
instance.DataType = value
DataType DataType { get; set; }
property DataType DataType {
DataType get ();
void set (DataType value);
}
abstract DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
A value from the DataType enumeration that indicates the type of data stored in the column.
Hinweise
The DataType represents the data contained in the column during execution of the component.