Partager via


Méthode StorageInfo.EnumeratePackagePaths

Returns a list of paths for the upgraded Integration Services packages in a given folder.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Function EnumeratePackagePaths As List(Of String)
'Utilisation
Dim instance As StorageInfo 
Dim returnValue As List(Of String)

returnValue = instance.EnumeratePackagePaths()
public List<string> EnumeratePackagePaths()
public:
List<String^>^ EnumeratePackagePaths()
member EnumeratePackagePaths : unit -> List<string> 
public function EnumeratePackagePaths() : List<String>

Valeur de retour

Type : System.Collections.Generic.List<String>
A list of paths for upgrade packages in a given folder.

Voir aussi

Référence

StorageInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime