JobServer.HostLoginName Property
Gets or sets the login used to log in to SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<SfcPropertyAttribute> _
Public ReadOnly Property HostLoginName As String
[SfcPropertyAttribute]
public string HostLoginName { get; }
[SfcPropertyAttribute]
public:
property String^ HostLoginName {
String^ get ();
}
/** @property */
public String get_HostLoginName ()
public function get HostLoginName () : String
Property Value
A String value that specifies the path and file name of the of the error log file.
Remarks
This property is supported only in SQL Server 7.0 and SQL Server 2000.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.