Compartilhar via


Método JobServer.TestMailProfile

Tests the validity of an e-mail profile.

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

Sintaxe

'Declaração
Public Sub TestMailProfile ( _
    profileName As String _
)
'Uso
Dim instance As JobServer 
Dim profileName As String

instance.TestMailProfile(profileName)
public void TestMailProfile(
    string profileName
)
public:
void TestMailProfile(
    String^ profileName
)
member TestMailProfile : 
        profileName:string -> unit
public function TestMailProfile(
    profileName : String
)

Parâmetros

  • profileName
    Tipo: System.String
    A String value that specifies the name of the e-mail profile.

Comentários

If the e-mail profile is not valid and the test fails, a FailedOperationException exception is thrown.

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)