ValidValue.Label Property

Gets or sets the label for the valid value.

命名空間: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
組件: ReportExecution2005 (in reportexecutionservice.dll)

語法

'宣告
Public Property Label As String
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Label ()

/** @property */
public void set_Label (String value)
public function get Label () : String

public function set Label (value : String)

屬性值

A String value containing the label for the valid value.

備註

The Label property is used in cases where you need to display an alternate name for the setting value to an end user. The Label property might be used in the case where the value of the setting that is displayed to the end user is dependent on culture information.

執行緒安全性

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 的硬體和軟體需求>。

請參閱

參考

ValidValue Class
ValidValue Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace