Share via


MSMQConn Constructor (String)

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

Namespace: Microsoft.SqlServer.Dts.ManagedConnections
Assembly: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)

Syntax

'Declaration
Public Sub New ( _
    strPath As String _
)
public MSMQConn (
    string strPath
)
public:
MSMQConn (
    String^ strPath
)
public MSMQConn (
    String strPath
)
public function MSMQConn (
    strPath : String
)

Parameters

  • strPath
    The path to the message queue.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MSMQConn Class
MSMQConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace