ISql90Service.Queue 属性

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

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90Service 接口

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