Поделиться через


Свойство JobStep.OutputFileName

Gets or sets the name and path of the operating system file that records job step result message text.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property OutputFileName As String 
    Get 
    Set
'Применение
Dim instance As JobStep 
Dim value As String 

value = instance.OutputFileName

instance.OutputFileName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string OutputFileName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ OutputFileName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member OutputFileName : string with get, set
function get OutputFileName () : String 
function set OutputFileName (value : String)

Значение свойства

Тип: System.String
An OSRunPriority value that specifies the priority given to job steps executing operating system tasks.

Замечания

The sysadmin permission level is required to access this property. N.sysadmins can also use this property.

Set OutputFileName to start recording result message text to the file indicated by the property. Set OutputFileName to an empty string to stop recording.

Примеры

Планирование автоматических административных задач в агенте SQL Server

См. также

Справочник

JobStep Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Agent

Другие ресурсы

Задачи автоматизированного администрирования (агент SQL Server)

sp_help_jobstep (Transact-SQL)