Propriedade do RDL Item (Int32)
Gets a ConnectionEvaluationHistory object in the collection by id value.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
id As Integer _
) As ConnectionEvaluationHistory
Get
'Uso
Dim instance As ConnectionEvaluationHistoryCollection
Dim id As Integer
Dim value As ConnectionEvaluationHistory
value = instance(id)
public ConnectionEvaluationHistory this[
int id
] { get; }
public:
property ConnectionEvaluationHistory^ default[int id] {
ConnectionEvaluationHistory^ get (int id);
}
member Item : ConnectionEvaluationHistory
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- id
Tipo: System. . :: . .Int32
A Int32 value that specifies the index id of the ConnectionEvaluationHistory object in the ConnectionEvaluationHistoryCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ConnectionEvaluationHistory
A ConnectionEvaluationHistory object value that represents the connection evaluation history that has the specified id value.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também