NamedSet 클래스

Represents a named set for a given cube.

상속 계층

System.Object
  Microsoft.AnalysisServices.AdomdServer.NamedSet

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public NotInheritable Class NamedSet _
    Implements IDisposable, IMetadataObject
‘사용 방법
Dim instance As NamedSet
public sealed class NamedSet : IDisposable, 
    IMetadataObject
public ref class NamedSet sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type NamedSet =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class NamedSet implements IDisposable, IMetadataObject

NamedSet 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Description Gets the description of the NamedSet.
공용 속성 Expression Gets the MDX set expression that defines the NamedSet.
공용 속성 Name Gets the name of the NamedSet.
공용 속성 ParentCube Gets a CubeDef that contains the NamedSet.
공용 속성 Properties Gets a PropertyCollection that contains the properties associated with the NamedSet.
공용 속성 UniqueName Gets the unique name of the NamedSet.

맨 위로 이동

메서드

  이름 설명
공용 메서드 {dtor} Releases the unmanaged resources used by the NamedSet.
공용 메서드 Dispose Releases the unmanaged resources used by the NamedSet.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

A named set is a persisted set expression, which is associated with an alias and defined as part of the structure of a cube. In Multidimensional Expressions (MDX), a set expression can be a lengthy and complex declaration. A named set makes it easier to manage a set expression that is used regularly in MDX or XML for Analysis queries that involve the cube and provides a way of maintaining the set expression independently of the queries that use it.

A NamedSet encapsulates the alias and set expression of a named set, so that the metadata of the named set can be examined and incorporated into queries.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices.AdomdServer 네임스페이스