Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext: 创建事件队列。
Public Sub CreateNotificationQueue( ByVal queueName As String, ByVal parameters As String )
public void CreateNotificationQueue(string queueName, string parameters)
queueName 新队列的名称。
parameters 创建参数;目前未使用,设置为 NULL。
ULException 类 发生 SQL 错误。
该方法将创建此连接的事件通知队列。队列名的使用范围仅限于每个连接,所以不同的连接可以创建具有相同名称的队列。发送事件通知时,数据库中具有匹配名称的所有队列都接收通知(单独实例)。名称不区分大小写。如果没指定任何队列,则调用 RegisterForEvent 方法时按需为每个连接创建缺省队列。