Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
The name of the field used to derive the value of the setting.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Синтаксис
'Декларация
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)
Значение свойства
A String value representing the name of the field that is used to derive the value of the setting.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Setting Class
Setting Members
Microsoft.ReportingServices.Interfaces Namespace