다음을 통해 공유


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.

참고 항목

참조

ExtendedProperty 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스