Share via


JobServer.TestNetSend Method

Tests the validity of a net send address.

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

Syntax

'Declaration
Public Sub TestNetSend
'Usage
Dim instance As JobServer

instance.TestNetSend()
public void TestNetSend()
public:
void TestNetSend()
member TestNetSend : unit -> unit
public function TestNetSend()

Examples

Scheduling Automatic Administrative Tasks in SQL Server Agent

See Also

Reference

JobServer Class

Microsoft.SqlServer.Management.Smo.Agent Namespace

Other Resources

Automated Administration Tasks (SQL Server Agent)

SQL Server Agent Stored Procedures (Transact-SQL)