共用方式為


IsStatic 屬性

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

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property IsStatic As Boolean
    Get
'用途
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

屬性值

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