DacCompatibilityServiceClass.GetAllValidSqlPackagePaths Method

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

Syntax

'Declaration
Public Function GetAllValidSqlPackagePaths As IList
'Usage
Dim instance As DacCompatibilityServiceClass 
Dim returnValue As IList 

returnValue = instance.GetAllValidSqlPackagePaths()
public IList GetAllValidSqlPackagePaths()
public:
virtual IList^ GetAllValidSqlPackagePaths() sealed
abstract GetAllValidSqlPackagePaths : unit -> IList  
override GetAllValidSqlPackagePaths : unit -> IList
public final function GetAllValidSqlPackagePaths() : IList

Return Value

Type: IList

Implements

IDacCompatibilityService.GetAllValidSqlPackagePaths()

See Also

Reference

DacCompatibilityServiceClass Class

Microsoft.SqlServer.Dac.Compatibility.Impl Namespace