Свойство HostLoginName
Gets or sets the login used to log in to SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property HostLoginName As String
Get
'Применение
Dim instance As JobServer
Dim value As String
value = instance.HostLoginName
[SfcPropertyAttribute]
public string HostLoginName { get; }
[SfcPropertyAttribute]
public:
property String^ HostLoginName {
String^ get ();
}
[<SfcPropertyAttribute>]
member HostLoginName : string
function get HostLoginName () : String
Значение свойства
Тип System. . :: . .String
A String value that specifies the path and file name of the of the error log file.
Замечания
Это свойство поддерживается только в SQL Server 7.0 и SQL Server 2000.