Compartilhar via


Método TeamFoundationTableValueParameter<T>.SetNullableInt32

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationTableValueParameter<T> Classe

Namespace Microsoft.TeamFoundation.Framework.Server