Share via


PkgVariable Members

Include Protected Members
Include Inherited Members

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

The PkgVariable type exposes the following members.

Constructors

  Name Description
Public method PkgVariable(String, String, Object) Initializes a new instance of PkgVariable.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property DataType 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.
Public property Name Gets the name of an inner or outer variable for a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask.
Public property Value Gets the value of an inner or outer variable for a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask.

Top