BTSXslTransform Constructors
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.
Overloads
BTSXslTransform()
Caution
This API is now deprecated.
public:
BTSXslTransform();
[System.Obsolete]
public BTSXslTransform ();
public BTSXslTransform ();
Public Sub New ()
- Attributes
Applies to
BTSXslTransform(Int32)
Caution
This API is now deprecated.
public:
BTSXslTransform(int autoSwitchThreshold);
[System.Obsolete]
public BTSXslTransform (int autoSwitchThreshold);
public BTSXslTransform (int autoSwitchThreshold);
new Microsoft.BizTalk.ScalableTransformation.BTSXslTransform : int -> Microsoft.BizTalk.ScalableTransformation.BTSXslTransform
Public Sub New (autoSwitchThreshold As Integer)
Parameters
- autoSwitchThreshold
- Int32
- Attributes
Applies to
BTSXslTransform(BTSXslTransform+TransformPolicy, Int32)
Caution
This API is now deprecated.
public:
BTSXslTransform(Microsoft::BizTalk::ScalableTransformation::BTSXslTransform::TransformPolicy policy, int autoSwitchThreshold);
[System.Obsolete]
public BTSXslTransform (Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.TransformPolicy policy, int autoSwitchThreshold);
public BTSXslTransform (Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.TransformPolicy policy, int autoSwitchThreshold);
new Microsoft.BizTalk.ScalableTransformation.BTSXslTransform : Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.TransformPolicy * int -> Microsoft.BizTalk.ScalableTransformation.BTSXslTransform
Public Sub New (policy As BTSXslTransform.TransformPolicy, autoSwitchThreshold As Integer)
Parameters
- autoSwitchThreshold
- Int32
- Attributes
Applies to
BTSXslTransform(BTSXslTransform+TransformPolicy, Int32, BTSXslTransform+CompilerXslOptions)
Caution
This API is now deprecated.
public:
BTSXslTransform(Microsoft::BizTalk::ScalableTransformation::BTSXslTransform::TransformPolicy policy, int autoSwitchThreshold, Microsoft::BizTalk::ScalableTransformation::BTSXslTransform::CompilerXslOptions mapDotNetXsltTransform);
[System.Obsolete]
public BTSXslTransform (Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.TransformPolicy policy, int autoSwitchThreshold, Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.CompilerXslOptions mapDotNetXsltTransform);
new Microsoft.BizTalk.ScalableTransformation.BTSXslTransform : Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.TransformPolicy * int * Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.CompilerXslOptions -> Microsoft.BizTalk.ScalableTransformation.BTSXslTransform
Public Sub New (policy As BTSXslTransform.TransformPolicy, autoSwitchThreshold As Integer, mapDotNetXsltTransform As BTSXslTransform.CompilerXslOptions)
Parameters
- autoSwitchThreshold
- Int32
- mapDotNetXsltTransform
- BTSXslTransform.CompilerXslOptions
- Attributes