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 _
)
'Usage
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
)
Parameters
- strPath
Type: System.String
The path to the message queue.
See Also