Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of the variable to be used as an input to the process to be run.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)
Syntax
'Declaration
Public Property StandardInputVariable As String
Get
Set
'Usage
Dim instance As ExecuteProcess
Dim value As String
value = instance.StandardInputVariable
instance.StandardInputVariable = value
public string StandardInputVariable { get; set; }
public:
virtual property String^ StandardInputVariable {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract StandardInputVariable : string with get, set
override StandardInputVariable : string with get, set
final function get StandardInputVariable () : String
final function set StandardInputVariable (value : String)
Eigenschaftswert
Typ: System.String
A String that contains the name of the variable to be used as an input to the process to be run.
Implementiert
IDTSExecuteProcess.StandardInputVariable