ISql100Service.Queue 属性

获取或设置接收此服务的消息的队列。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property Queue As ISql100Queue
    Get
    Set
ISql100Queue Queue { get; set; }
property ISql100Queue^ Queue {
    ISql100Queue^ get ();
    void set (ISql100Queue^ value);
}
abstract Queue : ISql100Queue with get, set
function get Queue () : ISql100Queue
function set Queue (value : ISql100Queue)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISql100Queue

.NET Framework 安全性

请参见

参考

ISql100Service 接口

Queue 重载

Microsoft.Data.Schema.Sql.SchemaModel 命名空间