共用方式為


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