Свойство IDTSExecuteProcess.StandardOutputVariable
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the name of the variable used to capture the output of the process to be run.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Сборка: Microsoft.SqlServer.ExecProcTask (в Microsoft.SqlServer.ExecProcTask.dll)
Синтаксис
'Декларация
Property StandardOutputVariable As String
Get
Set
'Применение
Dim instance As IDTSExecuteProcess
Dim value As String
value = instance.StandardOutputVariable
instance.StandardOutputVariable = value
string StandardOutputVariable { get; set; }
property String^ StandardOutputVariable {
String^ get ();
void set (String^ value);
}
abstract StandardOutputVariable : string with get, set
function get StandardOutputVariable () : String
function set StandardOutputVariable (value : String)
Значение свойства
Тип: System.String
A String that contains the name of the variable used to capture the output of the process to be run.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteProcess