Udostępnij za pośrednictwem


Metoda JobServer.TestMailProfile

Sprawdzenie ważności profilu poczty e-mail.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Agent
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub TestMailProfile ( _
    profileName As String _
)
'Użycie
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
)

Parametry

  • profileName
    Typ: System.String
    A String wartość, która określa nazwę profilu poczty e-mail.

Uwagi

Jeśli profil e-mail jest nieprawidłowy i badania nie powiedzie się, FailedOperationException jest wyjątek.