Propriedade do RDL ServerSetupAdapter.AgentStartMode

Gets or sets the start mode for the SQL Server Agent service.

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

Sintaxe

'Declaração
Public ReadOnly Property AgentStartMode As ServiceStartMode 
    Get
'Uso
Dim instance As ServerSetupAdapter 
Dim value As ServiceStartMode 

value = instance.AgentStartMode
public ServiceStartMode AgentStartMode { get; }
public:
virtual property ServiceStartMode AgentStartMode {
    ServiceStartMode get () sealed;
}
abstract AgentStartMode : ServiceStartMode 
override AgentStartMode : ServiceStartMode
final function get AgentStartMode () : ServiceStartMode

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.ServiceStartMode
A ServiceStartMode object value that specifies the start mode for the SQL Server Agent service.

Implementa

IServerSetupFacet.AgentStartMode

Exemplos

See Also

Consulte também

Referência

ServerSetupAdapter Classe

Namespace Microsoft.SqlServer.Management.Smo