Setting.IsPassword 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出 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 值,指出 SOAP API 的呼叫中是否應該傳回設定值。
備註
的值 true 表示不應該在呼叫 SOAP API 所產生的任何 soap 回應中傳回設定值,否則為 false 。
如果 IsPassword 屬性設定為的值 true ,則報表伺服器不會傳回任何會傳回設定的 SOAP API 呼叫中的設定值 (例如,呼叫 GetSubscriptionProperties 和 ListSubscriptions 方法) 。
重要
依預設,報表伺服器不會加密設定值,而不論屬性的值為何 IsPassword 。 Encrypted延伸模組參數的屬性也必須設定為的值 true ,以加密報表伺服器資料庫中的延伸模組參數值。