Add méthode
Adds a Binding to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
item As Binding _
) As Integer
'Utilisation
Dim instance As BindingCollection
Dim item As Binding
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
Binding item
)
public:
int Add(
Binding^ item
)
member Add :
item:Binding -> int
public function Add(
item : Binding
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .Binding
The Binding to be added.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the Binding has been added.
Voir aussi