ApplicationCrmEnabledAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ApplicationCrmEnabledAttribute 類別的新執行個體。
多載
ApplicationCrmEnabledAttribute() |
將 ApplicationCrmEnabledAttribute 屬性設定成 |
ApplicationCrmEnabledAttribute(Boolean) |
將 ApplicationCrmEnabledAttribute 屬性選擇性設定成 |
ApplicationCrmEnabledAttribute()
將 ApplicationCrmEnabledAttribute 屬性設定成 true
,初始化 Value 類別的新執行個體。
public:
ApplicationCrmEnabledAttribute();
public ApplicationCrmEnabledAttribute ();
Public Sub New ()
適用於
ApplicationCrmEnabledAttribute(Boolean)
將 ApplicationCrmEnabledAttribute 屬性選擇性設定成 false
,初始化 Value 類別的新執行個體。
public:
ApplicationCrmEnabledAttribute(bool val);
public ApplicationCrmEnabledAttribute (bool val);
new System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute : bool -> System.EnterpriseServices.CompensatingResourceManager.ApplicationCrmEnabledAttribute
Public Sub New (val As Boolean)
參數
- val
- Boolean
若要啟用 Compensating Resource Manager (CRM),則為 true
,否則為 false
。