TeamFoundationTableValueParameter<T>.SetNullableGuid 方法

設定特定資料行的值設定為指定的 GUID。 如果的 GUID 值是 Guid.Empty,函式將繫結至 null。

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

語法

'宣告
Public Sub SetNullableGuid ( _
    record As SqlDataRecord, _
    ordinal As Integer, _
    value As Guid _
)
public void SetNullableGuid(
    SqlDataRecord record,
    int ordinal,
    Guid value
)

參數

.NET Framework 安全性

請參閱

參考

TeamFoundationTableValueParameter<T> 類別

Microsoft.TeamFoundation.Framework.Server 命名空間