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.