Partager via


ID propriété

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

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

Syntaxe

'Déclaration
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ID As Long
    Get
    Friend Set
'Utilisation
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)

Valeur de la propriété

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

Notes

Each evaluation history record represents an individual attempt to run the policy on an instance of SQL Server.

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