Compartir a través de


Condition.DateModified Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DateModified As DateTime 
    Get
'Uso
Dim instance As Condition 
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 de la propiedad

Tipo: System.DateTime
A DateTime value that contains the date and time when the condition was last modified.

Ejemplos

C#

System.Console.WriteLine(c.DateModified);

VB

System.Console.WriteLine(c.DateModified)

Vea también

Referencia

Condition Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf