Compartir a través de


JobServer.LocalHostAlias Propiedad

Gets or sets the local host alias that is used to connect to the local instance of 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 Property LocalHostAlias As String 
    Get 
    Set
'Uso
Dim instance As JobServer 
Dim value As String 

value = instance.LocalHostAlias

instance.LocalHostAlias = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string LocalHostAlias { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ LocalHostAlias {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member LocalHostAlias : string with get, set
function get LocalHostAlias () : String 
function set LocalHostAlias (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the local host alias.

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)