Compartilhar via


Propriedade do RDL ValidationOperationCollection.Item (Int64)

Gets or sets the value of the specified id within the ValidationOperationCollection.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    id As Long _
) As ValidationOperation 
    Get
'Uso
Dim instance As ValidationOperationCollection 
Dim id As Long 
Dim value As ValidationOperation 

value = instance(id)
public ValidationOperation this[
    long id
] { get; }
public:
property ValidationOperation^ default[long long id] {
    ValidationOperation^ get (long long id);
}
member Item : ValidationOperation
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
The value of the specified id within the collection.

Consulte também

Referência

ValidationOperationCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.IntegrationServices