Compartir a través de


TeamFoundationTableValueParameter<T>.SetNullableInt32 (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public Sub SetNullableInt32 ( _
    record As SqlDataRecord, _
    ordinal As Integer, _
    value As Nullable(Of Integer) _
)
public void SetNullableInt32(
    SqlDataRecord record,
    int ordinal,
    Nullable<int> value
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationTableValueParameter<T> Clase

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)