TeamFoundationTableValueParameter<T>.SetNullableInt32 方法

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

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

參數

.NET Framework 安全性

請參閱

參考

TeamFoundationTableValueParameter<T> 類別

Microsoft.TeamFoundation.Framework.Server 命名空間