IDeploymentModuleResolver.FindModuleFromFileInfo 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Finds the smallest deployment module that contains the specified file.

네임스페이스:  Microsoft.DataWarehouse.Interfaces
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
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 _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

IDeploymentModuleResolver 인터페이스

Microsoft.DataWarehouse.Interfaces 네임스페이스