Condividi tramite


Proprietà UserDefinedFunction.DateLastModified

Gets the date and time when the user-defined function was last modified.

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

Sintassi

'Dichiarazione
<DmfIgnorePropertyAttribute> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property DateLastModified As DateTime 
    Get
'Utilizzo
Dim instance As UserDefinedFunction 
Dim value As DateTime 

value = instance.DateLastModified
[DmfIgnorePropertyAttribute]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public DateTime DateLastModified { get; }
[DmfIgnorePropertyAttribute]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property DateTime DateLastModified {
    DateTime get ();
}
[<DmfIgnorePropertyAttribute>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member DateLastModified : DateTime
function get DateLastModified () : DateTime

Valore proprietà

Tipo: System.DateTime
A DateTime system object value that specifies the date and time when the user-defined function was last modified.

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

UserDefinedFunction Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Funzioni definite dall'utente (Motore di database)

CREATE FUNCTION (Transact-SQL)