Propriedade DateModified
Gets the date and time when the condition 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 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 da propriedade
Tipo: System. . :: . .DateTime
A DateTime value that contains the date and time when the condition was last modified.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também