Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the deployment date of the project.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<PropertyOrderAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayNameKeyAttribute("Project_LastDeployedTime")> _
<DisplayDescriptionKeyAttribute("Project_LastDeployedTimeDesc")> _
Public ReadOnly Property LastDeployedTime As DateTimeOffset
Get
'Uso
Dim instance As ProjectInfo
Dim value As DateTimeOffset
value = instance.LastDeployedTime
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute("General")]
[SfcPropertyAttribute(Data = true)]
[DisplayNameKeyAttribute("Project_LastDeployedTime")]
[DisplayDescriptionKeyAttribute("Project_LastDeployedTimeDesc")]
public DateTimeOffset LastDeployedTime { get; }
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute(L"General")]
[SfcPropertyAttribute(Data = true)]
[DisplayNameKeyAttribute(L"Project_LastDeployedTime")]
[DisplayDescriptionKeyAttribute(L"Project_LastDeployedTimeDesc")]
public:
property DateTimeOffset LastDeployedTime {
DateTimeOffset get ();
}
[<PropertyOrderAttribute()>]
[<DisplayCategoryKeyAttribute("General")>]
[<SfcPropertyAttribute(Data = true)>]
[<DisplayNameKeyAttribute("Project_LastDeployedTime")>]
[<DisplayDescriptionKeyAttribute("Project_LastDeployedTimeDesc")>]
member LastDeployedTime : DateTimeOffset
function get LastDeployedTime () : DateTimeOffset
Valor de la propiedad
Tipo: System.DateTimeOffset
The deployment date of the project.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices