Propriedade do RDL HistoryId
Gets the integer value that uniquely identifies the evaluation history record.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property HistoryId As Integer
Get
'Uso
Dim instance As EvaluationDetail
Dim value As Integer
value = instance.HistoryId
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int HistoryId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int HistoryId {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member HistoryId : int
function get HistoryId () : int
Valor da propriedade
Tipo: System. . :: . .Int32
An Int32 value that contains the ID value that uniquely identifies the evaluation history record.
Comentários
Each evaluation history record represents an individual attempt to run the policy.
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.