Delen via


EvaluationFactory.IsTypeSupportedForConstant Method

Determines whether the specified type is supported for being used as a constant by policy-based management services.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function IsTypeSupportedForConstant ( _
    type As Type _
) As Boolean
'Usage
Dim type As Type 
Dim returnValue As Boolean 

returnValue = EvaluationFactory.IsTypeSupportedForConstant(type)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static bool IsTypeSupportedForConstant(
    Type type
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static bool IsTypeSupportedForConstant(
    Type^ type
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member IsTypeSupportedForConstant : 
        type:Type -> bool
public static function IsTypeSupportedForConstant(
    type : Type
) : boolean

Parameters

Return Value

Type: System.Boolean
A Boolean value that specifies whether the type is supported. If true, the type is supported. Otherwise, false.

See Also

Reference

EvaluationFactory Class

Microsoft.SqlServer.Management.Dmf Namespace