Partager via


Propriété DateCreated

Gets the date and time that the DAC instance was deployed or registered.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DateCreated As DateTime
    Get
'Utilisation
Dim instance As DacInstance
Dim value As DateTime

value = instance.DateCreated
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public DateTime DateCreated { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property DateTime DateCreated {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member DateCreated : DateTime
function get DateCreated () : DateTime

Valeur de propriété

Type : System. . :: . .DateTime
A DateTime value that reports the date and time the DAC instance represented by the DacInstance object was deployed or registered.