CreatedTimestamp 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<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.