Właściwość MajorObject.CreatedTimestamp
Pobiera lub ustawia data i czas utworzenia obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public Property CreatedTimestamp As DateTime
Get
Set
'Użycie
Dim instance As MajorObject
Dim value As DateTime
value = instance.CreatedTimestamp
instance.CreatedTimestamp = value
[BrowsableAttribute(false)]
public DateTime CreatedTimestamp { get; set; }
[BrowsableAttribute(false)]
public:
property DateTime CreatedTimestamp {
DateTime get ();
void set (DateTime value);
}
[<BrowsableAttribute(false)>]
member CreatedTimestamp : DateTime with get, set
function get CreatedTimestamp () : DateTime
function set CreatedTimestamp (value : DateTime)
Wartość właściwości
Typ: System.DateTime
A System.Dateczas wartość z data i czas utworzenia obiektu.