Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of the variable used to capture the output of 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
Public Property StandardOutputVariable As String
Get
Set
'Uso
Dim instance As ExecuteProcess
Dim value As String
value = instance.StandardOutputVariable
instance.StandardOutputVariable = value
public string StandardOutputVariable { get; set; }
public:
virtual property String^ StandardOutputVariable {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract StandardOutputVariable : string with get, set
override StandardOutputVariable : string with get, set
final function get StandardOutputVariable () : String
final function set StandardOutputVariable (value : String)
Valor de la propiedad
Tipo: System.String
A String that contains the name of the variable used to capture the output of the process to be run.
Implementa
IDTSExecuteProcess.StandardOutputVariable
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteProcess