ConvertToIntWithCheck 方法

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Protected Shared Function ConvertToIntWithCheck ( _
    value As String _
) As Integer
'用途
Dim value As String
Dim returnValue As Integer

returnValue = ExpressionNode.ConvertToIntWithCheck(value)
protected static int ConvertToIntWithCheck(
    string value
)
protected:
static int ConvertToIntWithCheck(
    String^ value
)
static member ConvertToIntWithCheck : 
        value:string -> int 
protected static function ConvertToIntWithCheck(
    value : String
) : int

參數

傳回值

型別:System. . :: . .Int32