EvaluationFactory.IsTypeSupportedForConstant(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indiciate whether supplied Type can be used to construct a Constant
[Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)]
public static bool IsTypeSupportedForConstant (Type type);
[<Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)>]
static member IsTypeSupportedForConstant : Type -> bool
Public Shared Function IsTypeSupportedForConstant (type As Type) As Boolean
Parameters
- type
- Type
Returns
- Attributes
-
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute