Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Adds a BackupLocation 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 BackupLocation _
) As Integer
'Utilisation
Dim instance As BackupLocationCollection
Dim item As BackupLocation
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
BackupLocation item
)
public:
int Add(
BackupLocation^ item
)
member Add :
item:BackupLocation -> int
public function Add(
item : BackupLocation
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices.BackupLocation
The BackupLocation to be added.
Valeur de retour
Type : System.Int32
The zero-based index at which the BackupLocation has been added.