PSDataTable.GetColumnAsInt32 方法 (DataRow, String)

在一个DataRow对象中获取指定列的整数值。

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

语法

声明
Public Shared Function GetColumnAsInt32 ( _
    row As DataRow, _
    colName As String _
) As Integer
用法
Dim row As DataRow
Dim colName As String
Dim returnValue As Integer

returnValue = PSDataTable.GetColumnAsInt32(row, _
    colName)
public static int GetColumnAsInt32(
    DataRow row,
    string colName
)

参数

返回值

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

备注

GetColumnAsInt32(row, colName)在内部调用GetColumnAsInt32(row, colName, 0)。

另请参阅

引用

PSDataTable 类

PSDataTable 成员

GetColumnAsInt32 重载

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