Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds a Type to the list of supported operators.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function SupportedFilterOperators ( _
type As Type, _
mode As AutomatedPolicyEvaluationMode _
) As List(Of OperatorType)
'Usage
Dim type As Type
Dim mode As AutomatedPolicyEvaluationMode
Dim returnValue As List(Of OperatorType)
returnValue = ExpressionNodeOperator.SupportedFilterOperators(type, _
mode)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static List<OperatorType> SupportedFilterOperators(
Type type,
AutomatedPolicyEvaluationMode mode
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static List<OperatorType>^ SupportedFilterOperators(
Type^ type,
AutomatedPolicyEvaluationMode mode
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member SupportedFilterOperators :
type:Type *
mode:AutomatedPolicyEvaluationMode -> List<OperatorType>
public static function SupportedFilterOperators(
type : Type,
mode : AutomatedPolicyEvaluationMode
) : List<OperatorType>
Parameter
- type
Typ: System.Type
A Type object that specifies the type to add.
- mode
Typ: Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode
A AutomatedPolicyEvaluationMode enumeration object that specifies the mode.
Rückgabewert
Typ: System.Collections.Generic.List<OperatorType>
A generic list of type OperatorType objects.