Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the data type of the Parameter object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public MustOverride Property DataType As TypeCode
Get
Set
'Usage
Dim instance As Parameter
Dim value As TypeCode
value = instance.DataType
instance.DataType = value
public abstract TypeCode DataType { get; set; }
public:
virtual property TypeCode DataType {
TypeCode get () abstract;
void set (TypeCode value) abstract;
}
abstract DataType : TypeCode with get, set
abstract function get DataType () : TypeCode
abstract function set DataType (value : TypeCode)
Property Value
Type: System.TypeCode
The data type of the specified object.