Compartir a través de


ValidationOperationCollection.Item Propiedad (Int64)

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

ValidationOperationCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices