Share via


IDacCompatibilityService.GetAllValidSqlPackagePaths Method

Looks up the valid SqlPackage paths found on disk and returns these to the caller. This is useful for diagnostic purposes.

Namespace:  Microsoft.SqlServer.Dac.Compatibility
Assembly:  Microsoft.SqlServer.Dac.Compatibility (in Microsoft.SqlServer.Dac.Compatibility.dll)

Syntax

'Declaration
Function GetAllValidSqlPackagePaths As IList
'Usage
Dim instance As IDacCompatibilityService 
Dim returnValue As IList 

returnValue = instance.GetAllValidSqlPackagePaths()
IList GetAllValidSqlPackagePaths()
IList^ GetAllValidSqlPackagePaths()
abstract GetAllValidSqlPackagePaths : unit -> IList
function GetAllValidSqlPackagePaths() : IList

Return Value

Type: IList
IList of strings, representing all paths found on disk

See Also

Reference

IDacCompatibilityService Interface

Microsoft.SqlServer.Dac.Compatibility Namespace