DriverPrioritizationDataSet.PrioritizationEntriesRow.DRIVER_PRIORITY 屬性
取得或設定優先順序值 (值是介於 0 與 1 之間),驅動程式。
命名空間: WebSvcDriver
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property DRIVER_PRIORITY As Double
Get
Set
'用途
Dim instance As DriverPrioritizationDataSet.PrioritizationEntriesRow
Dim value As Double
value = instance.DRIVER_PRIORITY
instance.DRIVER_PRIORITY = value
public double DRIVER_PRIORITY { get; set; }
屬性值
類型:System.Double
會傳回Double。
備註
DRIVER_PRIORITY屬性是介於 0 與 1 之間的雙精度值。優先處理順序中的所有優先順序值的總和為 1。
請參閱
參照
DriverPrioritizationDataSet.PrioritizationEntriesRow 類別