Partager via


Propriété DataMember.IsStatic

Indicates whether the data member corresponds to a database field or a regular member corresponding to a value for a field.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsStatic As Boolean 
    Get
'Utilisation
Dim instance As DataMember 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
A Boolean value. A true value indicates that the data member corresponds to a database field.

Voir aussi

Référence

DataMember Classe

Espace de noms Microsoft.ReportingServices.ReportRendering