Właściwość ComponentMetadata.SyncDate
Pobiera lub ustawia data, która składnik składnik Report Part jest synchronizowany.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property SyncDate As Nullable(Of DateTime)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Nullable<DateTime>
A Nullable<T> obiektu.
Zobacz także