JobServer.ErrorLogFile Özelliği
Alır veya ayarlar ve yol dosyasının hangi SQL Server Aracısı kayıt hataları.
Ad Alanı: Microsoft.SqlServer.Management.Smo.Agent
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property ErrorLogFile As String
Get
Set
'Kullanım
Dim instance As JobServer
Dim value As String
value = instance.ErrorLogFile
instance.ErrorLogFile = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string ErrorLogFile { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ ErrorLogFile {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member ErrorLogFile : string with get, set
function get ErrorLogFile () : String
function set ErrorLogFile (value : String)
Özellik Değeri
Tür: System.String
A String belirten değeri yol ve dosya adı, hata günlüğü dosyası.