Condividi tramite


Metodo IsTypeSupported

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

Sintassi

'Dichiarazione
Public Shared Function IsTypeSupported ( _
    type As Type _
) As Boolean
'Utilizzo
Dim type As Type
Dim returnValue As Boolean

returnValue = EvaluationFactory.IsTypeSupported(type)
public static bool IsTypeSupported(
    Type type
)
public:
static bool IsTypeSupported(
    Type^ type
)
static member IsTypeSupported : 
        type:Type -> bool 
public static function IsTypeSupported(
    type : Type
) : boolean

Parametri

Valore restituito

Tipo: System. . :: . .Boolean