Compartilhar via


Propriedade do RDL JobServer.LocalHostAlias

Gets or sets the local host alias that is used to connect to the local instance of SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

JobServer Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

Tarefas de administração automatizadas (SQL Server Agent)

Procedimentos armazenados do SQL Server Agent (Transact-SQL)