共用方式為


MSMQConn Constructor (String)

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

命名空間: Microsoft.SqlServer.Dts.ManagedConnections
組件: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)

語法

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

參數

  • strPath
    The path to the message queue.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

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