IDeploymentModuleResolver Interface

 

Applies To: SQL Server 2016 Preview

Displays the module resolver to be use under this class.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

[CLSCompliantAttribute(false)]
public interface IDeploymentModuleResolver
[CLSCompliantAttribute(false)]
public interface class IDeploymentModuleResolver
[<CLSCompliantAttribute(false)>]
type IDeploymentModuleResolver = interface end
<CLSCompliantAttribute(False)>
Public Interface IDeploymentModuleResolver

Methods

Name Description
System_CAPS_pubmethod FindModuleFromAssemblyName(AssemblyName, String, String)

Finds the smallest deployment module that contains the specified assembly name.

System_CAPS_pubmethod FindModuleFromFileInfo(String, String, String, UInt16, UInt32, UInt32)

Finds the smallest deployment module that contains the specified file.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top