Ανάγνωση στα Αγγλικά

Κοινή χρήση μέσω


BindingCollection.Insert Method

Inserts a Binding into the collection at the specified index.

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

Syntax

C#
public void Insert(
    int index,
    Binding item
)

Parameters

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

See Also

Reference

BindingCollection Class

Microsoft.AnalysisServices Namespace