共用方式為


Resource.StandardRateFormat enumeration

指定的速率描述設定的工資率顯示格式。

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'宣告
<ClientCallableTypeAttribute(ServerTypeId := "E5B44D05-6A89-429F-A436-92722ABE13EF")> _
Public Enumeration StandardRateFormat
'用途
Dim instance As Resource.StandardRateFormat
[ClientCallableTypeAttribute(ServerTypeId = "E5B44D05-6A89-429F-A436-92722ABE13EF")]
public enum StandardRateFormat

Members

Member name Description
Minute 值 = 1。分鐘數。
Hour 值 = 2。小時。
Day 值 = 3。天。
Week 值 = 4。週數。
Month 值 = 5。個月。
Year 值 = 7。年。
Material 值 = 8。材料。

備註

使用Resource.StandardRateFormat型別來設定RES_STD_RATE_FMT屬性在WebSvcProject.ProjectDataSet.ProjectResourceRowWebSvcStatusing.ProjectDataSet.ProjectResourceRow的物件。

請參閱

參照

Microsoft.Office.Project.Server.Library namespace