Свойство LocalHostAlias
Gets or sets the local host alias that is used to connect to the local instance of SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property LocalHostAlias As String
Get
Set
'Применение
Dim instance As JobServer
Dim value As String
value = instance.LocalHostAlias
instance.LocalHostAlias = value
[SfcPropertyAttribute]
public string LocalHostAlias { get; set; }
[SfcPropertyAttribute]
public:
property String^ LocalHostAlias {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member LocalHostAlias : string with get, set
function get LocalHostAlias () : String
function set LocalHostAlias (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the name of the local host alias.