MSMQConn 构造函数 (String)

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

命名空间:  Microsoft.SqlServer.Dts.ManagedConnections
程序集:  Microsoft.SqlServer.ManagedConnections(在 Microsoft.SqlServer.ManagedConnections.dll 中)

语法

声明
Public Sub New ( _
    strPath As String _
)
用法
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
)

参数