Interface IMdxIdentifierSegment
- Namespace
- gudusoft.gsqlparser.nodes.mdx
- Assembly
- gudusoft.gsqlparser.dll
public interface IMdxIdentifierSegment
Properties
KeyParts
Returns the key components, if this IMdxIdentifierSegment is a key. (That is, if Quoting returns KEY.)
Returns null otherwise.
List<TMdxNameSegment> KeyParts { get; }
Property Value
- List<TMdxNameSegment>
Components of key, or null if this IMdxIdentifierSegment is not a key
Name
Returns the name of this IMdxIdentifierSegment. Returns {@code null} if this IMdxIdentifierSegment represents a key.
string Name { get; }
Property Value
- string
name of this Segment
Quoting
Returns how this Segment is quoted.
EMdxQuoting Quoting { get; }
Property Value
- EMdxQuoting
how this Segment is quoted