ProjectDataSet.ProjectRow.IsPLANNER_DECISIONNull 方法
确定是否将PLANNER_DECISION属性设置为空值。
命名空间: WebSvcProject
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function IsPLANNER_DECISIONNull As Boolean
用法
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPLANNER_DECISIONNull()
public bool IsPLANNER_DECISIONNull()
返回值
类型:System.Boolean
True如果PLANNER_DECISION是空引用(无 在 Visual Basic 中)。