次の方法で共有


IsTypeSupportedForConstant メソッド

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Shared Function IsTypeSupportedForConstant ( _
    type As Type _
) As Boolean
'使用
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

パラメーター

戻り値

型: System. . :: . .Boolean