Partager via


CreateDate propriété

Gets the date and time when the assembly was registered wit the database.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property CreateDate As DateTime
    Get
'Utilisation
Dim instance As SqlAssembly
Dim value As DateTime

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

Valeur de la propriété

Type : System. . :: . .DateTime
A DateTime system object value that specifies when the SqlAssembly object was created.