Compartilhar via


Propriedade do RDL Policy.DateModified

Gets the date and time when the policy was last modified.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DateModified As DateTime 
    Get
'Uso
Dim instance As Policy 
Dim value As DateTime 

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

Valor da propriedade

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

Exemplos

Definindo propriedades

Consulte também

Referência

Policy Classe

Namespace Microsoft.SqlServer.Management.Dmf