Partager via


Setting.Field Property

The name of the field used to derive the value of the setting.

Espace de noms: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntaxe

'Déclaration
Public Property Field As String
public string Field { get; set; }
public:
property String^ Field {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Field ()

/** @property */
public void set_Field (String value)
public function get Field () : String

public function set Field (value : String)

Valeur de propriété

A String value representing the name of the field that is used to derive the value of the setting.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Setting Class
Setting Members
Microsoft.ReportingServices.Interfaces Namespace