Share via


IDeploymentModuleResolver.FindModuleFromAssemblyName Method

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

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

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

Syntax

'Declaration
Sub FindModuleFromAssemblyName ( _
    assemblyName As AssemblyName, _
    <OutAttribute> ByRef moduleSignature As String, _
    <OutAttribute> ByRef modulePath As String _
)
'Usage
Dim instance As IDeploymentModuleResolver 
Dim assemblyName As AssemblyName 
Dim moduleSignature As String 
Dim modulePath As String

instance.FindModuleFromAssemblyName(assemblyName, _
    moduleSignature, modulePath)
void FindModuleFromAssemblyName(
    AssemblyName assemblyName,
    out string moduleSignature,
    out string modulePath
)
void FindModuleFromAssemblyName(
    AssemblyName^ assemblyName, 
    [OutAttribute] String^% moduleSignature, 
    [OutAttribute] String^% modulePath
)
abstract FindModuleFromAssemblyName : 
        assemblyName:AssemblyName * 
        moduleSignature:string byref * 
        modulePath:string byref -> unit
function FindModuleFromAssemblyName(
    assemblyName : AssemblyName, 
    moduleSignature : String, 
    modulePath : String
)

Parameters

See Also

Reference

IDeploymentModuleResolver Interface

Microsoft.DataWarehouse.Interfaces Namespace