Metoda TeamFoundationTableValueParameter<T>.SetNullableInt32 —
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
Public Sub SetNullableInt32 ( _
record As SqlDataRecord, _
ordinal As Integer, _
value As Nullable(Of Integer) _
)
public void SetNullableInt32(
SqlDataRecord record,
int ordinal,
Nullable<int> value
)
Parametry
- record
Typ: Microsoft.SqlServer.Server.SqlDataRecord
- ordinal
Typ: System.Int32
- value
Typ: System.Nullable<Int32>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..