Propriété EvaluationDetail.ID

Gets the integer value that uniquely identifies the evaluation history detail record.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
<SfcKeyAttribute()> _
Public Property ID As Long 
    Get 
    Friend Set
'Utilisation
Dim instance As EvaluationDetail 
Dim value As Long 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.None)]
[SfcKeyAttribute()]
public long ID { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
[SfcKeyAttribute()]
public:
property long long ID {
    long long get ();
    internal: void set (long long value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
[<SfcKeyAttribute()>]
member ID : int64 with get, internal set
function get ID () : long 
internal function set ID (value : long)

Valeur de propriété

Type : System.Int64
An Int64 value that contains the ID value that uniquely identifies the evaluation history detail record.

Notes

Each evaluation history record represents an individual attempt to run the policy.

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

EvaluationDetail Classe

Espace de noms Microsoft.SqlServer.Management.Dmf