IDeploymentModuleResolver.FindModuleFromFileInfo 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 file.

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

Syntax

'Declaration
Sub FindModuleFromFileInfo ( _
    filePath As String, _
    <OutAttribute> ByRef modulePath As String, _
    <OutAttribute> ByRef moduleSignature As String, _
    <OutAttribute> ByRef foundLanguage As UShort, _
    <OutAttribute> ByRef foundMSVersion As UInteger, _
    <OutAttribute> ByRef foundLSVersion As UInteger _
)
'Usage
Dim instance As IDeploymentModuleResolver 
Dim filePath As String 
Dim modulePath As String 
Dim moduleSignature As String 
Dim foundLanguage As UShort 
Dim foundMSVersion As UInteger 
Dim foundLSVersion As UInteger

instance.FindModuleFromFileInfo(filePath, _
    modulePath, moduleSignature, foundLanguage, _
    foundMSVersion, foundLSVersion)
void FindModuleFromFileInfo(
    string filePath,
    out string modulePath,
    out string moduleSignature,
    out ushort foundLanguage,
    out uint foundMSVersion,
    out uint foundLSVersion
)
void FindModuleFromFileInfo(
    String^ filePath, 
    [OutAttribute] String^% modulePath, 
    [OutAttribute] String^% moduleSignature, 
    [OutAttribute] unsigned short% foundLanguage, 
    [OutAttribute] unsigned int% foundMSVersion, 
    [OutAttribute] unsigned int% foundLSVersion
)
abstract FindModuleFromFileInfo : 
        filePath:string * 
        modulePath:string byref * 
        moduleSignature:string byref * 
        foundLanguage:uint16 byref * 
        foundMSVersion:uint32 byref * 
        foundLSVersion:uint32 byref -> unit
function FindModuleFromFileInfo(
    filePath : String, 
    modulePath : String, 
    moduleSignature : String, 
    foundLanguage : ushort, 
    foundMSVersion : uint, 
    foundLSVersion : uint
)

Parameters

See Also

Reference

IDeploymentModuleResolver Interface

Microsoft.DataWarehouse.Interfaces Namespace