共用方式為


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 版支援此命名空間、類別或成員。