Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date and time of the creation of the object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property CreatedTimestamp As DateTime
Get
Set
'Usage
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)
Property Value
Type: System.DateTime
A System.DateTime value with date and time of creation of the object.