DacCompatibilityServiceClass.SetSqlPackagePathToUse Method

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

Syntax

'Declaration
Public Sub SetSqlPackagePathToUse ( _
    path As String _
)
'Usage
Dim instance As DacCompatibilityServiceClass 
Dim path As String

instance.SetSqlPackagePathToUse(path)
public void SetSqlPackagePathToUse(
    string path
)
public:
virtual void SetSqlPackagePathToUse(
    String^ path
) sealed
abstract SetSqlPackagePathToUse : 
        path:string -> unit  
override SetSqlPackagePathToUse : 
        path:string -> unit
public final function SetSqlPackagePathToUse(
    path : String
)

Parameters

  • path
    Type: String

Implements

IDacCompatibilityService.SetSqlPackagePathToUse(String)

See Also

Reference

DacCompatibilityServiceClass Class

Microsoft.SqlServer.Dac.Compatibility.Impl Namespace