EvaluationDetail.Key.ID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ID value of the EvaluationDetail key.

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

Syntax

public long ID { get; set; }
public:
property long long ID {
    long long get();
    void set(long long value);
}
member ID : int64 with get, set
Public Property ID As Long

Property Value

Type: System.Int64

A Int64 value that specifies the ID value of the key.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

EvaluationDetail.Key Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top