DmfExceptionType-Enumeration

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

Member

Membername Beschreibung
DmfException A policy-based management exception occurred.
AssemblyAlreadyRegistered The assembly has already been registered.
AdapterAlreadyExists The adapter already exists.
AdapterWrongNumberOfArguments The adapter has the incorrect number of arguments.
ExpressionTypeMistmatch The expression types do not match.
OperatorNotApplicable The operator is not applicable.
FunctionWrongArgumentType
FunctionWrongArgumentsNumber The wrong number of arguments have been supplied for the function.
NullFacet The facet is null.
ExpressionSerialization An error occurred during the serialization of an expression.
TypeConversion An error occurred during the type conversion.
UnsupportedType The type is unsupported.
BadExpressionTree The expression tree is incorrect.
UnsupportedObjectType The object type is not supported.
ExpressionNodeNotConfigurable The expression node is not configurable.
ConversionNotSupported The conversion is not supported
InvalidOperand The operand is not valid.
InvalidInOperator The operator is not valid.
DmfSecurity A policy-based management security error occurred.
ObjectValidation An error occurred during object validation.
ConflictingPropertyValues The property values conflict.
ObjectAlreadyExists The object already exists.
MissingObject The object is missing.
PolicyEvaluation
MissingJobSchedule The job schedule is missing.
BadEventData The event data is incorrect.
FailedOperation The operation failed.
ExpressionNodeNotConfigurableOperator The expression node is not configurable by the specified operator.
NonConfigurableReadOnlyProperty The property is read-only.
MissingProperty The property is missing.
NonRetrievableProperty The property cannot be retrieved.
MissingTypeFacetAssociation The type facet association is missing.
FunctionWrongReturnType The return type is incorrect for the function.
FunctionNoServer No server is specified.
FunctionNotASmoObject The function is not an SMO object.
FunctionBadDatePart The date is incorrect.
FunctionTooManyColumns There are too many columns in the function.
StringPropertyTooLong The string is too long.
TargetSetCountMismatch The target set count mismatch.
UnsupportedTargetSetForFacet The target set is not supported for this facet.
NoTargetSetEnabled No target set is enabled.
RestartPending A restart is pending.

Hinweise

The DmfExceptionType enumeration class is served by all the policy-based management exception types.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.