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.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.