Credential.DateLastModified Property

 

Applies To: SQL Server 2016 Preview

Gets the date and time that the credential was last modified.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public DateTime DateLastModified { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property DateTime DateLastModified {
    DateTime get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
member DateLastModified : DateTime with get
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public ReadOnly Property DateLastModified As Date

Property Value

Type: System.DateTime

A DateTime system object value that specifies the date and time when the credential was last modified.

Examples

Legacy Code Example

Setting Properties

See Also

Credential Class
Microsoft.SqlServer.Management.Smo Namespace
CREATE CREDENTIAL (Transact-SQL)
Credentials (Database Engine)

Return to top