[This is preliminary documentation and is subject to change.]
A SIF_Join
| C# | Visual Basic | Visual C++ |
public class SIF_Join : SifKeyedElement
Public Class SIF_Join _ Inherits SifKeyedElement
public ref class SIF_Join : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SIF_JoinSIF_JoinNew()() |
Creates an instance of a SIF_Join
| |
| SIF_JoinSIF_JoinNew(SIFJoinType, SIF_JoinOn) |
Constructor that accepts values for all mandatory fields
| |
| AddSIF_JoinOn(SIF_JoinOn) | Adds a new <SIF_JoinOn> child element. | |
| AddSIF_JoinOn(SIF_LeftElement, SIF_RightElement) | Adds the value of the <SIF_JoinOn> element. | |
| GetSIF_JoinOn(SIF_LeftElement, SIF_RightElement) |
Gets a SIF_JoinOn object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| GetSIF_JoinOns()() |
Gets all SIF_JoinOn object instances. More than once instance can be defined for this object because it is a repeatable field element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| RemoveSIF_JoinOn(SIF_LeftElement, SIF_RightElement) |
Removes a SIF_JoinOn object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| SetSIF_JoinOns(array<SIF_JoinOn>[]()) |
Sets all SIF_JoinOn object instances. All existing
SIF_JoinOn instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all SIF_JoinOns.
| |
| SetType(SIFJoinType) |
Sets the value of the Type attribute.
| |
| Type |
Gets or sets the value of the Type attribute.
|
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| SIF_Join | ||||