AssemblyCollection.Add Yöntemi (Assembly)
Ekler bir Assembly sonuna kadar koleksiyon.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Function Add ( _
item As Assembly _
) As Integer
'Kullanım
Dim instance As AssemblyCollection
Dim item As [Assembly]
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
Assembly item
)
public:
int Add(
Assembly^ item
)
member Add :
item:Assembly -> int
public function Add(
item : Assembly
) : int
Parametreler
- item
Tür: Microsoft.AnalysisServices.Assembly
Assembly Eklenecek.
Dönüş Değeri
Tür: System.Int32
Sıfır tabanlı dizin veren Assembly eklenmiştir.
Ayrıca bkz.