ID-Eigenschaft
Gets the integer value that uniquely identifies the referenced connection evaluation history record.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ID As Long
Get
Friend Set
'Usage
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)
Eigenschaftenwert
Typ: System. . :: . .Int64
An Int64 value that contains the ID value that uniquely identifies the connection evaluation history record.
Hinweise
Each evaluation history record represents an individual attempt to run the policy on an instance of SQL Server.
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.