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