StorageInfo.EnumeratePackagePaths メソッド
特定のフォルダー内のアップグレードされた Integration Services パッケージのパスの一覧を返します。
名前空間: 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>
特定のフォルダー内のアップグレード パッケージのパスの一覧。