Expand Minimize
This topic has not yet been rated - Rate this topic

AttachOptions Enumeration

The AttachOptions enumeration contains values that are used to specify attach options.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public enum AttachOptions
Member nameDescription
NoneThere are no attach options. Value = 0.
EnableBrokerEnables Service Broker . Value = 1.
NewBrokerCreates a new Service Broker . Value = 2.
ErrorBrokerConversationsStops all current active Service Broker  conversations at the save point and issues an error message. Value = 3.
RebuildLogRebuilds the log. Value = 4.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.