Compartir a través de


MSMQConn Constructor (String)

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

Espacio de nombres:  Microsoft.SqlServer.Dts.ManagedConnections
Ensamblado:  Microsoft.SqlServer.ManagedConnections (en Microsoft.SqlServer.ManagedConnections.dll)

Sintaxis

'Declaración
Public Sub New ( _
    strPath As String _
)
'Uso
Dim strPath As String

Dim instance As New MSMQConn(strPath)
public MSMQConn(
    string strPath
)
public:
MSMQConn(
    String^ strPath
)
new : 
        strPath:string -> MSMQConn
public function MSMQConn(
    strPath : String
)

Parámetros