ModelTranslatorSplitToAction.AddSplitType Method
Adds a ModelTranslatorSplitToType to facilitate the creation of a class in the source element.
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddSplitType ( _
type As ModelTranslatorSplitToType _
)
public void AddSplitType(
ModelTranslatorSplitToType type
)
public:
void AddSplitType(
ModelTranslatorSplitToType^ type
)
member AddSplitType :
type:ModelTranslatorSplitToType -> unit
public function AddSplitType(
type : ModelTranslatorSplitToType
)
Parameters
- type
Type: Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorSplitToType
An ElementClass metadata object that represents a new element in the target schema.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelTranslatorSplitToAction Class