Compartir a través de


JobServer.TestMailProfile Método

Tests the validity of an e-mail profile.

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

Sintaxis

'Declaración
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.

Comentarios

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

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

JobServer Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)

Procedimientos almacenados del Agente SQL Server (Transact-SQL)