Propriété ID
Gets or sets the ID value of the EvaluationHistory key.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Property ID As Long
Get
Set
'Utilisation
Dim instance As EvaluationHistory..::..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)
Valeur de propriété
Type : System. . :: . .Int64
A Int64 value that specifies the ID of the key value.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi