Partager via


Propriété Condition.DateModified

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

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 DateModified As DateTime 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

C#

System.Console.WriteLine(c.DateModified);

VB

System.Console.WriteLine(c.DateModified)

Voir aussi

Référence

Condition Classe

Espace de noms Microsoft.SqlServer.Management.Dmf