IconFile Property

DTS Programming

DTS Programming

IconFile Property

The IconFile property returns the name and path of the resource file that contains the icon for the task class.

Applies To
TaskInfo Object
Syntax

object.IconFile

Part Description
object Expression that evaluates to a TaskInfo object

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIconFile(BSTR* pRetVal);

Example

The following example shows a value returned by the IconFile property:

C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033\custtask.RLL

See Also

IconIndex Property