다음을 통해 공유


HostLoginName 속성

Gets or sets the login used to log in to SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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에서만 지원됩니다.