Condividi tramite


Proprietà MapMember.IsStatic

Gets a Boolean value that indicates whether the member is a static member.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property IsStatic As Boolean 
    Get
'Utilizzo
Dim instance As MapMember 
Dim value As Boolean 

value = instance.IsStatic
public override bool IsStatic { get; }
public:
virtual property bool IsStatic {
    bool get () override;
}
abstract IsStatic : bool 
override IsStatic : bool
override function get IsStatic () : boolean

Valore proprietà

Tipo: System.Boolean
true if the member is a static member; otherwise, false.

Vedere anche

Riferimento

MapMember Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering