Freigeben über


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
)

Parameter

  • strPath
    The path to the message queue.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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