Share via


Endpoint Constructor

Initializes a new instance of the Endpoint class.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New Endpoint()
public Endpoint()
public:
Endpoint()
new : unit -> Endpoint
public function Endpoint()

Remarks

The default constructor initializes any fields to their default values.

Examples

Implementing Endpoints

See Also

Reference

Endpoint Class

Endpoint Overload

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Endpoints Catalog Views (Transact-SQL)

CREATE ENDPOINT (Transact-SQL)