DacExceptionType Enumeration
The DacExceptionType enumeration contains values that are used to specify the type of DAC exception.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'宣告
Public Enumeration DacExceptionType
'用途
Dim instance As DacExceptionType
public enum DacExceptionType
public enum class DacExceptionType
type DacExceptionType
public enum DacExceptionType
Members
Member name | Description | |
---|---|---|
DacException | The exception originated from the DAC API. |
Remarks
The DacExceptionType enumeration is served by the DacException class.