Share via


IDTSExecuteProcess.StandardInputVariable Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Property StandardInputVariable As String
    Get
    Set
'Usage
Dim instance As IDTSExecuteProcess
Dim value As String

value = instance.StandardInputVariable

instance.StandardInputVariable = value
string StandardInputVariable { get; set; }
property String^ StandardInputVariable {
    String^ get ();
    void set (String^ value);
}
abstract StandardInputVariable : string with get, set
function get StandardInputVariable () : String
function set StandardInputVariable (value : String)

Property Value

Type: System.String