Método ConvertToIntWithCheck
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Protected Shared Function ConvertToIntWithCheck ( _
value As String _
) As Integer
'Uso
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
Parâmetros
- value
Tipo: System. . :: . .String
Valor de retorno
Tipo: System. . :: . .Int32
Consulte também