Database.BrokerEnabled Property
SQL Server 2008 R2
Gets or sets a property value that specifies whether the Service Broker service is enabled.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)] public bool BrokerEnabled { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the Service Broker service is enabled. If True, statistics are automatically updated. If False (default), statistics are not automatically updated.