Partager via


CreateDate propriété

Gets the time and date when the rule was created.

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 Rule
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 the time and date when the rule was created.