DmfExceptionType 열거형

The DmfExceptionType enumeration contains values that are used to specify the policy-based management exception types.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Enumeration DmfExceptionType
‘사용 방법
Dim instance As DmfExceptionType
public enum DmfExceptionType
public enum class DmfExceptionType
type DmfExceptionType
public enum DmfExceptionType

멤버

멤버 이름 설명
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.

주의

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

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

Microsoft.SqlServer.Management.Dmf 네임스페이스