CustomFieldDataSet.CustomFieldsRow.IsMD_PROP_FORMULANull 方法
會決定是否要將MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP屬性,用來儲存公式的計算欄位的值設為null 參考 (未執行任何動作 於 Visual Basic 中)。
命名空間: WebSvcCustomFields
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Function IsMD_PROP_FORMULANull As Boolean
'用途
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_PROP_FORMULANull()
public bool IsMD_PROP_FORMULANull()
傳回值
類型:System.Boolean
True如果屬性設為 null ;否則,請False。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow 類別