Partager via


Propriété Policy.CreateDate

Gets the date and time when the policy was created.

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

Syntaxe

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

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

Valeur de propriété

Type : System.DateTime
A DateTime system object value that specifies the date and time when the policy was created.

Voir aussi

Référence

Policy Classe

Espace de noms Microsoft.SqlServer.Management.Dmf