Compartir a través de


ExtendedProperty.DataType Propiedad

Gets the DataType of the value stored in this instance for the package. This field is read-only.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property DataType As TypeCode 
    Get
'Uso
Dim instance As ExtendedProperty 
Dim value As TypeCode 

value = instance.DataType
public TypeCode DataType { get; }
public:
property TypeCode DataType {
    TypeCode get ();
}
member DataType : TypeCode
function get DataType () : TypeCode

Valor de la propiedad

Tipo: System.TypeCode
An Integer that indicates the DataType of the data stored for this property.

Vea también

Referencia

ExtendedProperty Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime