Compartir a través de


ServerRole.DateModified Propiedad

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

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DateModified As DateTime 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ServerRole Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo