共用方式為


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
)

參數

請參閱

參考

MSMQConn 類別

MSMQConn 多載

Microsoft.SqlServer.Dts.ManagedConnections 命名空間