Setting.IsPassword 屬性

定義

指出 SOAP API 的呼叫中是否應該傳回設定值。

public:
 property bool IsPassword { bool get(); void set(bool value); };
public bool IsPassword { get; set; }
member this.IsPassword : bool with get, set
Public Property IsPassword As Boolean

屬性值

Boolean

Boolean 值,指出 SOAP API 的呼叫中是否應該傳回設定值。

備註

的值 true 表示不應該在呼叫 SOAP API 所產生的任何 soap 回應中傳回設定值,否則為 false

如果 IsPassword 屬性設定為的值 true ,則報表伺服器不會傳回任何會傳回設定的 SOAP API 呼叫中的設定值 (例如,呼叫 GetSubscriptionPropertiesListSubscriptions 方法) 。

重要

依預設,報表伺服器不會加密設定值,而不論屬性的值為何 IsPasswordEncrypted延伸模組參數的屬性也必須設定為的值 true ,以加密報表伺服器資料庫中的延伸模組參數值。

適用於