Compartir a través de


UserDefinedFunction.DateLastModified Propiedad

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

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

Sintaxis

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

Valor de la propiedad

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

Ejemplos

Establecer propiedades

Vea también

Referencia

UserDefinedFunction Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Funciones definidas por el usuario (motor de base de datos)

CREATE FUNCTION (Transact-SQL)