Condividi tramite


Metodo StorageInfo.EnumeratePackagePaths

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Function EnumeratePackagePaths As List(Of String)
'Utilizzo
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>

Valore restituito

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

Vedere anche

Riferimento

StorageInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime