다음을 통해 공유


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.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
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.