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.