ValidationOperationCollection.Item[Int64] Property

Definition

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

public:
 property Microsoft::SqlServer::Management::IntegrationServices::ValidationOperation ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::ValidationOperation ^ get(long id); };
public Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation this[long id] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
Default Public ReadOnly Property Item(id As Long) As ValidationOperation

Parameters

id
Int64

The specified id.

Property Value

The value of the specified id within the collection.

Applies to