Propriedade do RDL EvaluationHistory.StartDate
Gets the date and time when the parent policy attempted to start running.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property StartDate As DateTime
Get
Friend Set
'Uso
Dim instance As EvaluationHistory
Dim value As DateTime
value = instance.StartDate
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public DateTime StartDate { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property DateTime StartDate {
DateTime get ();
internal: void set (DateTime value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member StartDate : DateTime with get, internal set
function get StartDate () : DateTime
internal function set StartDate (value : DateTime)
Valor da propriedade
Tipo: System.DateTime
A DateTime value that contains the date and time when the policy attempted to start running.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.