Свойство ExtendedProperty.DataType
Gets the DataType of the value stored in this instance for the package. This field is read-only.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public ReadOnly Property DataType As TypeCode
Get
'Применение
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
Значение свойства
Тип: System.TypeCode
An Integer that indicates the DataType of the data stored for this property.