Freigeben über


ConnectionEvaluationHistory.Key.ID-Eigenschaft

Gets or sets the ID value of the ConnectionEvaluationHistory key.

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

Syntax

'Declaration
Public Property ID As Long 
    Get 
    Set
'Usage
Dim instance As ConnectionEvaluationHistory.Key 
Dim value As Long 

value = instance.ID

instance.ID = value
public long ID { get; set; }
public:
property long long ID {
    long long get ();
    void set (long long value);
}
member ID : int64 with get, set
function get ID () : long 
function set ID (value : long)

Eigenschaftswert

Typ: System.Int64
A Int64 value that specifies the ID value of the key.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ConnectionEvaluationHistory.Key Klasse

Microsoft.SqlServer.Management.Dmf-Namespace