Condividi tramite


Metodo IsTypeSupportedForConstant

Spazio dei nomi:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Shared Function IsTypeSupportedForConstant ( _
    type As Type _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

Tipo: System. . :: . .Boolean