EvaluationFactory.IsTypeSupportedForConstant Method
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Shared Function IsTypeSupportedForConstant ( _
type As Type _
) As Boolean
'Usage
Dim type As Type
Dim returnValue As Boolean
returnValue = EvaluationFactory.IsTypeSupportedForConstant(type)
public static bool IsTypeSupportedForConstant(
Type type
)
public:
static bool IsTypeSupportedForConstant(
Type^ type
)
static member IsTypeSupportedForConstant :
type:Type -> bool
public static function IsTypeSupportedForConstant(
type : Type
) : boolean
Parameters
- type
Type: System.Type
Return Value
Type: System.Boolean