Compartir a través de


IDTSExecuteProcess.StandardInputVariable Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the variable to be used as an input to the process to be run.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Ensamblado:  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Sintaxis

'Declaración
Property StandardInputVariable As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String that contains the name of the variable to be used as an input to the process to be run.

Vea también

Referencia

IDTSExecuteProcess Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteProcess