Udostępnij za pośrednictwem


Metoda StorageInfo.EnumeratePackagePaths

Zwraca listę ścieżek dla uaktualnionych Integration Services pakiety w danym folderze.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public Function EnumeratePackagePaths As List(Of String)
'Użycie
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>

Wartość zwracana

Typ: System.Collections.Generic.List<String>
Lista ścieżek dla pakietów aktualizacji w danym folderze.