MSMQConn Constructors

Definition

Initializes a new instance of the MSMQConn class.

Overloads

MSMQConn()

Initializes a new instance of the MSMQConn class.

MSMQConn(String)

Initializes a new instance of the MSMQConn class, and initializes the path to the message queue.

MSMQConn()

Initializes a new instance of the MSMQConn class.

public:
 MSMQConn();
public MSMQConn ();
Public Sub New ()

Applies to

MSMQConn(String)

Initializes a new instance of the MSMQConn class, and initializes the path to the message queue.

public:
 MSMQConn(System::String ^ strPath);
public MSMQConn (string strPath);
new Microsoft.SqlServer.Dts.ManagedConnections.MSMQConn : string -> Microsoft.SqlServer.Dts.ManagedConnections.MSMQConn
Public Sub New (strPath As String)

Parameters

strPath
String

The path to the message queue.

Applies to