BTSXslTransform Constructors

Definition

Overloads

BTSXslTransform()
Obsolete.
BTSXslTransform(Int32)
Obsolete.
BTSXslTransform(BTSXslTransform+TransformPolicy, Int32)
Obsolete.
BTSXslTransform(BTSXslTransform+TransformPolicy, Int32, BTSXslTransform+CompilerXslOptions)
Obsolete.

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

Applies to