Compartir a través de


ID Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ID As Long
    Get
    Friend Set
'Uso
Dim instance As ConnectionEvaluationHistory
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)

Valor de la propiedad

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

Comentarios

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

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.