Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a DateTime representing the date and time when the Server Role was modified.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DateModified As DateTime
Get
'Usage
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
Property Value
Type: System.DateTime
A DateTime representing the date and time that the Server Role was modified.