Partager via


MSMQConn Constructor (String)

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

Espace de noms: Microsoft.SqlServer.Dts.ManagedConnections
Assembly: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)

Syntaxe

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

Paramètres

  • strPath
    The path to the message queue.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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