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
)
參數
- strPath
型別:System. . :: . .String
The path to the message queue.