إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets or sets the name of the variable used to capture the output of the process to be run.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)
Syntax
'Declaration
Public Property StandardOutputVariable As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that contains the name of the variable used to capture the output of the process to be run.
Implements
IDTSExecuteProcess.StandardOutputVariable