共用方式為


IsPassword 屬性

Indicates whether the setting value should be returned in calls to the SOAP API.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

語法

'宣告
Public Property IsPassword As Boolean
    Get
    Set
'用途
Dim instance As Setting
Dim value As Boolean

value = instance.IsPassword

instance.IsPassword = value
public bool IsPassword { get; set; }
public:
property bool IsPassword {
    bool get ();
    void set (bool value);
}
member IsPassword : bool with get, set
function get IsPassword () : boolean
function set IsPassword (value : boolean)

屬性值

型別:System. . :: . .Boolean
A Boolean value indicating whether the setting value should be returned in calls to the SOAP API.

備註

A value of true indicates that the setting value should not be returned in any SOAP responses resulting from calls to the SOAP API; otherwise, false.

If the IsPassword property is set to a value of true, then the report server does not return the value of the setting in any SOAP API call that results in settings being returned (for example, calls to the GetSubscriptionProperties and ListSubscriptions methods).

安全性注意事項安全性注意事項

The report server does not encrypt setting values by default, regardless of the value for the IsPassword property. The Encrypted property of the extension parameter must also be set to a value of true to encrypt the extension parameter value in the report server database.