InlineScriptCompiler.CompileScript Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
Microsoft::BizTalk::BaseFunctoids::CompiledScriptInfo ^ CompileScript(Microsoft::BizTalk::BaseFunctoids::ScriptType scriptType, Microsoft::BizTalk::BaseFunctoids::InlineGlobalHelperFunction functions, System::String ^ code);
public Microsoft.BizTalk.BaseFunctoids.CompiledScriptInfo CompileScript(Microsoft.BizTalk.BaseFunctoids.ScriptType scriptType, Microsoft.BizTalk.BaseFunctoids.InlineGlobalHelperFunction functions, string code);
member this.CompileScript : Microsoft.BizTalk.BaseFunctoids.ScriptType * Microsoft.BizTalk.BaseFunctoids.InlineGlobalHelperFunction * string -> Microsoft.BizTalk.BaseFunctoids.CompiledScriptInfo
Parameter
- scriptType
- ScriptType
- functions
- InlineGlobalHelperFunction
- code
- String