Méthode | Description | |
---|---|---|
MdxSet ( ) : System.Collections.Generic |
Initializes a new instance of MdxSet.
|
|
With ( IMdxMember member ) : |
Appends the specified IMdxMember and returns the updated current instance of MdxSet.
|
|
With ( |
Appends the specified MdxFunction and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxFunction is appended to the last MdxTuple.
|
|
With ( |
Appends the specified MdxMember and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxMember is appended to the last MdxTuple.
|
|
With ( |
Appends the specified MdxRange and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxRange is appended to the last MdxTuple.
|
|
With ( |
Appends the specified MdxSet, but wraps it into MdxTuple and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxSet is appended to the last MdxTuple.
|
|
With ( MdxTuple tuple ) : |
Appends the specified MdxTuple and returns the updated current instance of MdxSet. If there are any children other than MdxTuple then each child will be wrapped into MdxTuple.
|
|
Without ( |
Removes the specified MdxMember and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxMember is appended to the last MdxTuple.
|
Méthode | Description | |
---|---|---|
GetStringExpression ( ) : string |
public MdxSet ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public With ( IMdxMember member ) : |
||
member | IMdxMember | Specified |
Résultat |
public With ( |
||
function | Specified |
|
Résultat |
public With ( |
||
member | Specified |
|
Résultat |
public With ( |
||
range | Specified |
|
Résultat |
public With ( MdxTuple tuple ) : |
||
tuple | MdxTuple | Specified |
Résultat |
public Without ( |
||
member | Specified |
|
Résultat |