Compartir a través de


ServerSetupAdapter.EngineServiceAccount Propiedad

Gets or sets the SQL Server Agent service account.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property EngineServiceAccount As String 
    Get
'Uso
Dim instance As ServerSetupAdapter 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A String value that specifies the SQL Server service account.

Implementa

IServerSetupFacet.EngineServiceAccount

Vea también

Referencia

ServerSetupAdapter Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo