ConnectionSecurityContext Constructor ()

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the ConnectionSecurityContext class.

Namespace:   Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

public ConnectionSecurityContext()
public:
ConnectionSecurityContext()
new : unit -> ConnectionSecurityContext
Public Sub New

Remarks

The default constructor initializes fields to their default values.

This namespace, class, or member is supported only in the .NET Framework 2.0.

See Also

ConnectionSecurityContext Class
Microsoft.SqlServer.Replication Namespace

Return to top