ProjectDataSet.ProjectRow.IsOPTIMIZER_DECISIONNull method
決定是否要將OPTIMIZER_DECISION屬性設定為 null 值。
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Function IsOPTIMIZER_DECISIONNull As Boolean
'用途
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsOPTIMIZER_DECISIONNull()
public bool IsOPTIMIZER_DECISIONNull()
傳回值
Type: System.Boolean
True如果OPTIMIZER_DECISION是a null reference (Nothing in Visual Basic)。
請參閱
參照
ProjectDataSet.ProjectRow class