Freigeben über


ServerRole.DateModified-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

ServerRole Klasse

Microsoft.SqlServer.Management.Smo-Namespace