Costruttore MSMQConn (String)
Initializes a new instance of the MSMQConn class, and initializes the path to the message queue.
Spazio dei nomi: Microsoft.SqlServer.Dts.ManagedConnections
Assembly: Microsoft.SqlServer.ManagedConnections (in Microsoft.SqlServer.ManagedConnections.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
strPath As String _
)
'Utilizzo
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
)
Parametri
- strPath
Tipo: System. . :: . .String
The path to the message queue.
Vedere anche