Partilhar via


Propriedade ID

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Comentários

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

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.