MSMQConn Constructor (String)
Initializes a new instance of the MSMQConn class, and initializes the path to the message queue.
Пространство имен: Microsoft.SqlServer.Dts.ManagedConnections
Сборка: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)
Синтаксис
'Декларация
Public Sub New ( _
strPath As String _
)
public MSMQConn (
string strPath
)
public:
MSMQConn (
String^ strPath
)
public MSMQConn (
String strPath
)
public function MSMQConn (
strPath : String
)
Параметры
- strPath
The path to the message queue.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
MSMQConn Class
MSMQConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace