Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DmfExceptionType enumeration contains values that are used to specify the policy-based management exception types.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Enumeration DmfExceptionType
'Usage
Dim instance As DmfExceptionType
public enum DmfExceptionType
public enum class DmfExceptionType
type DmfExceptionType
public enum DmfExceptionType
Members
Member name | Description | |
---|---|---|
AdapterAlreadyExists | The adapter already exists. | |
AdapterWrongNumberOfArguments | The adapter has the incorrect number of arguments. | |
AssemblyAlreadyRegistered | The assembly has already been registered. | |
BadEventData | The event data is incorrect. | |
BadExpressionTree | The expression tree is incorrect. | |
ConflictingPropertyValues | The property values conflict. | |
ConversionNotSupported | The conversion is not supported. | |
DmfException | A policy-based management exception occurred. | |
DmfSecurity | A policy-based management security error occurred. | |
ExpressionNodeNotConfigurable | The expression node is not configurable. | |
ExpressionNodeNotConfigurableOperator | The expression node is not configurable by the specified operator. | |
ExpressionSerialization | An error occurred during the serialization of an expression. | |
ExpressionTypeMistmatch | The expression types do not match. | |
FailedOperation | The operation failed. | |
FunctionBadDatePart | The date is incorrect. | |
FunctionNoServer | No server is specified. | |
FunctionNotASmoObject | The function is not an SMO object. | |
FunctionTooManyColumns | There are too many columns in the function. | |
FunctionWrongArgumentsNumber | The wrong number of arguments have been supplied for the function. | |
FunctionWrongArgumentType | The argument is not of the correct type. | |
FunctionWrongReturnType | The return type is incorrect for the function. | |
InvalidInOperator | The operator is not valid. | |
InvalidOperand | The operand is not valid. | |
MissingJobSchedule | The job schedule is missing. | |
MissingObject | The object is missing. | |
MissingProperty | The property is missing. | |
MissingTypeFacetAssociation | The type facet association is missing. | |
NonConfigurableReadOnlyProperty | The property is read-only. | |
NonRetrievableProperty | The property cannot be retrieved. | |
NoTargetSetEnabled | No target set is enabled. | |
NullFacet | The facet is null. | |
ObjectAlreadyExists | The object already exists. | |
ObjectValidation | An error occurred during object validation. | |
OperatorNotApplicable | The operator is not applicable. | |
PolicyEvaluation | The policy evaluation failed. | |
RestartPending | A restart is pending. | |
StringPropertyTooLong | The string is too long. | |
TargetSetCountMismatch | The target set count mismatch. | |
TypeConversion | An error occurred during the type conversion. | |
UnsupportedObjectType | The object type is not supported. | |
UnsupportedTargetSetForFacet | The target set is not supported for this facet. | |
UnsupportedType | The type is unsupported. |
Remarks
The DmfExceptionType enumeration class is served by all the policy-based management exception types.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.