Поделиться через


MatrixMember.IsStatic Property

Indicates whether this is a static member corresponding to a database field, or whether this is a regular member corresponding to a value for a field.

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsStatic As Boolean
public bool IsStatic { get; }
public:
property bool IsStatic {
    bool get ();
}
/** @property */
public boolean get_IsStatic ()
public function get IsStatic () : boolean

Значение свойства

A Boolean indicating what type of field this member corresponds to. A value of true indicates that this is a static member that corresponds to a database field. A value of false indicates that this is a member that corresponds to a value for a field.

Замечания

Добавления:5 декабря 2005 г.

Синхронизация потоков

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.

См. также

Справочник

MatrixMember Class
MatrixMember Members
Microsoft.ReportingServices.ReportRendering Namespace