Partager via


Propriété ValidationOperationCollection.Item (Int64)

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    id As Long _
) As ValidationOperation 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

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

Voir aussi

Référence

ValidationOperationCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.IntegrationServices