BTSXslTransform.NewITransform(BTSXslTransform+TransformPolicy, Int32, BTSXslTransform+CompilerXslOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is now deprecated.
public:
static Microsoft::XLANGs::BaseTypes::ITransform ^ NewITransform(Microsoft::BizTalk::ScalableTransformation::BTSXslTransform::TransformPolicy policy, int autoSwitchThreshold, Microsoft::BizTalk::ScalableTransformation::BTSXslTransform::CompilerXslOptions mapDotNetXsltTransform);
[System.Obsolete]
public static Microsoft.XLANGs.BaseTypes.ITransform NewITransform (Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.TransformPolicy policy, int autoSwitchThreshold, Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.CompilerXslOptions mapDotNetXsltTransform);
static member NewITransform : Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.TransformPolicy * int * Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.CompilerXslOptions -> Microsoft.XLANGs.BaseTypes.ITransform
Public Shared Function NewITransform (policy As BTSXslTransform.TransformPolicy, autoSwitchThreshold As Integer, mapDotNetXsltTransform As BTSXslTransform.CompilerXslOptions) As ITransform
Parameters
- autoSwitchThreshold
- Int32
- mapDotNetXsltTransform
- BTSXslTransform.CompilerXslOptions
Returns
- Attributes