ID 属性

Gets or sets the ID value of the EvaluationDetail key.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Property ID As Long
    Get
    Set
用法
Dim instance As EvaluationDetail..::..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)

属性值

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

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。