CreatedTimestamp propriété
Gets or sets the date and time of the creation of the object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Property CreatedTimestamp As DateTime
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .DateTime
A System.DateTime value with date and time of creation of the object.
Voir aussi