Condividi tramite


Proprietà ID

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ID As Long
    Get
    Friend Set
'Utilizzo
Dim instance As EvaluationDetail
Dim value As Long

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

Valore proprietà

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

Osservazioni

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

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.