IsTypeSupportedForConstant Método
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Shared Function IsTypeSupportedForConstant ( _
type As Type _
) As Boolean
'Uso
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
Parámetros
- type
Tipo: System. . :: . .Type
Valor devuelto
Tipo: System. . :: . .Boolean