Compartilhar via


Propriedade do RDL ExtendedProperty.DataType

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ExtendedProperty Classe

Namespace Microsoft.SqlServer.Dts.Runtime