SplitToAction Class

Represents the split to action.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public NotInheritable Class SplitToAction _
    Inherits ModelTranslatorAction
'Usage
Dim instance As SplitToAction
public sealed class SplitToAction : ModelTranslatorAction
public ref class SplitToAction sealed : public ModelTranslatorAction
public final class SplitToAction extends ModelTranslatorAction
[<SealedAttribute>]
type SplitToAction =  
    class
        inherit ModelTranslatorAction
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelTranslatorAction
    Microsoft.Data.Schema.SchemaModel.SplitToAction

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SplitToAction Members

Microsoft.Data.Schema.SchemaModel Namespace