Méthode FindModuleFromFileInfo
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.DataWarehouse.Interfaces
Assembly : Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Syntaxe
'Déclaration
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 _
)
'Utilisation
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
)
Paramètres
- filePath
Type : System. . :: . .String
- modulePath
Type : System. . :: . .String%
- moduleSignature
Type : System. . :: . .String%
- foundLanguage
Type : System. . :: . .UInt16%
- foundMSVersion
Type : System. . :: . .UInt32%
- foundLSVersion
Type : System. . :: . .UInt32%
Voir aussi