ProcessCommandLine Property (DTS)

The ProcessCommandLine property specifies the UNC file name of the file to execute, and any command prompt arguments.

Applies To
CreateProcessTask Object  

Syntax

object.ProcessCommandLine [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Process command prompt arguments

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetProcessCommandLine(BSTR *pRetVal);

HRESULT SetProcessCommandLine(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.