Freigeben über


SyncDate-Eigenschaft

Gets or sets the date that the report part is synchronized.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property SyncDate As Nullable(Of DateTime)
    Get
    Set
'Usage
Dim instance As ComponentMetadata
Dim value As Nullable(Of DateTime)

value = instance.SyncDate

instance.SyncDate = value
public Nullable<DateTime> SyncDate { get; set; }
public:
property Nullable<DateTime> SyncDate {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
member SyncDate : Nullable<DateTime> with get, set
function get SyncDate () : Nullable<DateTime>
function set SyncDate (value : Nullable<DateTime>)

Eigenschaftswert

Typ: System. . :: . .Nullable< (Of < ( <'DateTime> ) > ) >
A Nullable<(Of <(<'T>)>)> object.