CreateDatabaseStatement.ServiceBrokerOption 属性

获取或设置 Service Broker 选项。

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

语法

声明
Public Property ServiceBrokerOption As ServiceBrokerOption
    Get
    Set
public ServiceBrokerOption ServiceBrokerOption { get; set; }
public:
property ServiceBrokerOption ServiceBrokerOption {
    ServiceBrokerOption get ();
    void set (ServiceBrokerOption value);
}
member ServiceBrokerOption : ServiceBrokerOption with get, set
function get ServiceBrokerOption () : ServiceBrokerOption
function set ServiceBrokerOption (value : ServiceBrokerOption)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.ServiceBrokerOption
返回一个 ServiceBrokerOptions 枚举值。

.NET Framework 安全性

请参见

参考

CreateDatabaseStatement 类

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