Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an instance of the NamedSetCollection class that contains the named sets for the CubeDef.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property NamedSets As NamedSetCollection
Get
'Usage
Dim instance As CubeDef
Dim value As NamedSetCollection
value = instance.NamedSets
public NamedSetCollection NamedSets { get; }
public:
property NamedSetCollection^ NamedSets {
NamedSetCollection^ get ();
}
member NamedSets : NamedSetCollection
function get NamedSets () : NamedSetCollection
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdClient.NamedSetCollection
A NamedSetCollection that contains the named sets for the CubeDef.
Hinweise
Named sets provide an alias for commonly used set expressions in a given cube. Instead of copying and pasting lengthy set expressions into queries, a query can reference the alias of a named set.
The NamedSets property retrieves a collection of NamedSet objects that represent the named sets associated with a given cube.