다음을 통해 공유


Setting.IsPassword Property

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

네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

구문

‘선언
Public Property IsPassword As Boolean
public bool IsPassword { get; set; }
public:
property bool IsPassword {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsPassword ()

/** @property */
public void set_IsPassword (boolean value)
public function get IsPassword () : boolean

public function set IsPassword (value : 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).

ms155158.security(ko-kr,SQL.90).gif보안 정보:
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.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Setting Class
Setting Members
Microsoft.ReportingServices.Interfaces Namespace