Propriedade do RDL Utility.DateCreated
Gets the date and time when the SQL Server Utility was created.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
<DmfIgnorePropertyAttribute> _
Public ReadOnly Property DateCreated As DateTimeOffset
Get
'Uso
Dim instance As Utility
Dim value As DateTimeOffset
value = instance.DateCreated
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
[DmfIgnorePropertyAttribute]
public DateTimeOffset DateCreated { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
[DmfIgnorePropertyAttribute]
public:
property DateTimeOffset DateCreated {
DateTimeOffset get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
[<DmfIgnorePropertyAttribute>]
member DateCreated : DateTimeOffset
function get DateCreated () : DateTimeOffset
Valor da propriedade
Tipo: System.DateTimeOffset
A DateTime value that specifies the date and time when the SQL Server Utility was created.