IDeploymentModuleResolver Interface

This API supports the infrastructure and is not intended to be used directly from your code.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDeploymentModuleResolver
'Usage
Dim instance As IDeploymentModuleResolver
[CLSCompliantAttribute(false)]
public interface IDeploymentModuleResolver
[CLSCompliantAttribute(false)]
public interface class IDeploymentModuleResolver
[<CLSCompliantAttribute(false)>]
type IDeploymentModuleResolver =  interface end
public interface IDeploymentModuleResolver

The IDeploymentModuleResolver type exposes the following members.

Methods

  Name Description
Public method FindModuleFromAssemblyName
Public method FindModuleFromFileInfo

Top