Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the create time of the project.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CreatedTime As DateTimeOffset
Get
'Utilizzo
Dim instance As ProjectVersion
Dim value As DateTimeOffset
value = instance.CreatedTime
[SfcPropertyAttribute(Data = true)]
public DateTimeOffset CreatedTime { get; }
[SfcPropertyAttribute(Data = true)]
public:
property DateTimeOffset CreatedTime {
DateTimeOffset get ();
}
[<SfcPropertyAttribute(Data = true)>]
member CreatedTime : DateTimeOffset
function get CreatedTime () : DateTimeOffset
Valore proprietà
Tipo: System.DateTimeOffset
The create time of the project.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices