IDeploymentModuleResolver.FindModuleFromFileInfo Method (String, String, String, UInt16, UInt32, UInt32)

 

Applies To: SQL Server 2016 Preview

Finds the smallest deployment module that contains the specified file.

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

Syntax

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
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
)

Parameters

See Also

IDeploymentModuleResolver Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top