Proprietà DataType
Gets the DataType of the value stored in this instance for the package. This field is read-only.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DataType As TypeCode
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .TypeCode
An Integer that indicates the DataType of the data stored for this property.
Vedere anche