MajorObject.CreatedTimestamp 属性
Gets or sets the date and time of the creation of the object.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public Property CreatedTimestamp As DateTime
Get
Set
用法
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)
属性值
类型:System.DateTime
A System.DateTime value with date and time of creation of the object.