Compartilhar via


Propriedade do RDL EvaluationDetail.Key.ID

Gets or sets the ID value of the EvaluationDetail key.

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

Sintaxe

'Declaração
Public Property ID As Long 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

EvaluationDetail.Key Classe

Namespace Microsoft.SqlServer.Management.Dmf