Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the DataType of the value stored in the flat file column.
Esta API no es compatible con CLS.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(False)> _
Public Property DataType As DataType
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
Returns a DataType.
Comentarios
For a list of the data types, see Tipos de datos de Integration Services.