DataItem Class

Describes a data item that includes the definition of that data item (size, type and more), and the details of the binding to some source. This class cannot be inherited.

네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("DC06C2CC-28F4-41d0-AB97-7C78561AC9DC")> _
<DesignerAttribute("Microsoft.AnalysisServices.Design.DataItemDesigner, Microsoft.AnalysisServices.Design", GetType(IDesigner))> _
Public NotInheritable Class DataItem
    Inherits Component
    Implements ICloneable
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")] 
[GuidAttribute("DC06C2CC-28F4-41d0-AB97-7C78561AC9DC")] 
[DesignerAttribute("Microsoft.AnalysisServices.Design.DataItemDesigner, Microsoft.AnalysisServices.Design", typeof(IDesigner))] 
public sealed class DataItem : Component, ICloneable
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")] 
[GuidAttribute(L"DC06C2CC-28F4-41d0-AB97-7C78561AC9DC")] 
[DesignerAttribute(L"Microsoft.AnalysisServices.Design.DataItemDesigner, Microsoft.AnalysisServices.Design", typeof(IDesigner))] 
public ref class DataItem sealed : public Component, ICloneable
/** @attribute TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design") */ 
/** @attribute GuidAttribute("DC06C2CC-28F4-41d0-AB97-7C78561AC9DC") */ 
/** @attribute DesignerAttribute("Microsoft.AnalysisServices.Design.DataItemDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IDesigner) */ 
public final class DataItem extends Component implements ICloneable
TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design") 
GuidAttribute("DC06C2CC-28F4-41d0-AB97-7C78561AC9DC") 
DesignerAttribute("Microsoft.AnalysisServices.Design.DataItemDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IDesigner) 
public final class DataItem extends Component implements ICloneable

주의

신규:2006년 7월 17일

This element type is used for any data item which can be bound to a data source, for example: measure, attribute keys, and attribute names.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
      Microsoft.AnalysisServices.DataItem

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

DataItem Members
Microsoft.AnalysisServices Namespace