PkgVariable.DataType Property

Gets the data type of an inner or outer variable for a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask.

Namespace:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly:  Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)

Syntax

'Declaration
Public ReadOnly Property DataType As String
    Get
'Usage
Dim instance As PkgVariable
Dim value As String

value = instance.DataType
public string DataType { get; }
public:
property String^ DataType {
    String^ get ();
}
member DataType : string
function get DataType () : String

Property Value

Type: System.String
A String containing the data type of an inner or outer variable for a DTS package to be executed by a Exec80PackageTask.

Remarks

For more information about using variables in packages, see Using Variables in Packages.