MajorObject.CreatedTimestamp Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the date and time of the creation of the object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

[BrowsableAttribute(false)]
public DateTime CreatedTimestamp { get; set; }
public:
[BrowsableAttribute(false)]
property DateTime CreatedTimestamp {
    DateTime get();
    void set(DateTime value);
}
[<BrowsableAttribute(false)>]
member CreatedTimestamp : DateTime with get, set
<BrowsableAttribute(False)>
Public Property CreatedTimestamp As Date

Property Value

Type: System.DateTime

A System.DateTime value with date and time of creation of the object.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top