Конструктор 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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.ManagedConnections