Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of the specified id within the ValidationOperationCollection.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
id As Long _
) As ValidationOperation
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- id
Type: System.Int64
The specified id.
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
The value of the specified id within the collection.
See Also
Reference
ValidationOperationCollection Class
Microsoft.SqlServer.Management.IntegrationServices Namespace