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