ValidationResultCollection.Item Property (Int32)

 

Applies To: SQL Server (starting with 2016)

Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public ValidationResult this[
    int index
] { get; }
public:
property ValidationResult^ default[
    int index
] {
    ValidationResult^ get(int index);
}
member Item : 
        index:int -> ValidationResult with get
Public ReadOnly Property Item (
    index As Integer
) As ValidationResult

Parameters

Property Value

Type: Microsoft.AnalysisServices.ValidationResult

The reference to the validation.

See Also

ValidationResultCollection Class
Microsoft.AnalysisServices Namespace

Return to top