Свойство AgentServiceAccount

Gets or sets the SQL Server Agent service account.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property AgentServiceAccount As String
    Get
'Применение
Dim instance As ServerSetupAdapter
Dim value As String

value = instance.AgentServiceAccount
public string AgentServiceAccount { get; }
public:
virtual property String^ AgentServiceAccount {
    String^ get () sealed;
}
abstract AgentServiceAccount : string
override AgentServiceAccount : string
final function get AgentServiceAccount () : String

Значение свойства

Тип: System. . :: . .String
A String value that specifies the SQL Server service account.

Реализует

IServerSetupFacet. . :: . .AgentServiceAccount