MSMQConn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.