IsTypeSupportedForConstant méthode
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Function IsTypeSupportedForConstant ( _
type As Type _
) As Boolean
'Utilisation
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
Paramètres
- type
Type : System. . :: . .Type
Valeur de retour
Type : System. . :: . .Boolean