Condividi tramite


Proprietà ServerRole.DateModified

Gets a DateTime representing the date and time when the Server Role was modified.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DateModified As DateTime 
    Get
'Utilizzo
Dim instance As ServerRole 
Dim value As DateTime 

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

Valore proprietà

Tipo: System.DateTime
A DateTime representing the date and time that the Server Role was modified.

Vedere anche

Riferimento

ServerRole Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo