Метод StorageInfo.EnumeratePackagePaths
Returns a list of paths for the upgraded Службы Integration Services packages in a given folder.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Function EnumeratePackagePaths As List(Of String)
'Применение
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>
Возвращаемое значение
Тип: System.Collections.Generic.List<String>
A list of paths for upgrade packages in a given folder.