Compartilhar via


Propriedade do RDL MajorObject.CreatedTimestamp

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public Property CreatedTimestamp As DateTime 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

MajorObject Classe

Namespace Microsoft.AnalysisServices