HostLoginName Propiedad
Gets or sets the login used to log in to SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property HostLoginName As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the path and file name of the of the error log file.
Notas
Esta propiedad solamente se admite en SQL Server 7.0 y SQL Server 2000.