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.