Proprietà Policy.CreateDate

Gets the date and time when the policy was created.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CreateDate As DateTime 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Policy Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf