AttachOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of options that may be passed to Server.AttachDatabase
public enum AttachOptions
type AttachOptions =
Public Enum AttachOptions
- Inheritance
-
AttachOptions
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
EnableBroker | 1 | |
NewBroker | 2 | |
ErrorBrokerConversations | 3 | |
RebuildLog | 4 |