Compartir a través de


JobServer.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(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property HostLoginName As String 
    Get
'Uso
Dim instance As JobServer 
Dim value As String 

value = instance.HostLoginName
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string HostLoginName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ HostLoginName {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
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.

Comentarios

Esta propiedad solamente se admite en SQL Server 7.0 y SQL Server 2000.

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

JobServer Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)

Procedimientos almacenados del Agente SQL Server (Transact-SQL)