IDeploymentModuleResolver.FindModuleFromFileInfo Method

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

This method is not CLS-compliant.

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 _
)
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
)
void FindModuleFromFileInfo (
    String filePath, 
    /** @attribute OutAttribute() */ /** @ref */ String modulePath, 
    /** @attribute OutAttribute() */ /** @ref */ String moduleSignature, 
    /** @attribute OutAttribute() */ /** @ref */ UInt16 foundLanguage, 
    /** @attribute OutAttribute() */ /** @ref */ UInt32 foundMSVersion, 
    /** @attribute OutAttribute() */ /** @ref */ UInt32 foundLSVersion
)
JScript does not support passing value-type arguments by reference.

Parameters

  • filePath
  • modulePath
  • moduleSignature
  • foundLanguage
  • foundMSVersion
  • foundLSVersion

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDeploymentModuleResolver Interface
IDeploymentModuleResolver Members
Microsoft.DataWarehouse.Interfaces Namespace