MSMQConn constructeur (String)
Initializes a new instance of the MSMQConn class, and initializes the path to the message queue.
Espace de noms : Microsoft.SqlServer.Dts.ManagedConnections
Assembly : Microsoft.SqlServer.ManagedConnections (dans Microsoft.SqlServer.ManagedConnections.dll)
Syntaxe
'Déclaration
Public Sub New ( _
strPath As String _
)
'Utilisation
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
)
Paramètres
- strPath
Type : System. . :: . .String
The path to the message queue.