PSDataTable.GetColumnAsGuid 方法 (DataRow, String, Guid)

获取指定列的DataRow对象中的 GUID 值或默认值。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public Shared Function GetColumnAsGuid ( _
    row As DataRow, _
    colName As String, _
    defaultValue As Guid _
) As Guid
用法
Dim row As DataRow
Dim colName As String
Dim defaultValue As Guid
Dim returnValue As Guid

returnValue = PSDataTable.GetColumnAsGuid(row, _
    colName, defaultValue)
public static Guid GetColumnAsGuid(
    DataRow row,
    string colName,
    Guid defaultValue
)

参数

  • defaultValue
    类型:System.Guid

    如果row或colName空引用(无 在 Visual Basic 中)返回默认值。

返回值

类型:System.Guid
返回指定列的 GUID 值。如果row或colName空引用(无 在 Visual Basic 中),它会返回Guid.Empty。

另请参阅

引用

PSDataTable 类

PSDataTable 成员

GetColumnAsGuid 重载

Microsoft.Office.Project.Server.Library 命名空间