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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
MSMQConn Class
MSMQConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace