DataItem 类

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.

继承层次结构

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<GuidAttribute("DC06C2CC-28F4-41d0-AB97-7C78561AC9DC")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class DataItem _
    Inherits Component _
    Implements ICloneable
用法
Dim instance As DataItem
[GuidAttribute("DC06C2CC-28F4-41d0-AB97-7C78561AC9DC")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class DataItem : Component, 
    ICloneable
[GuidAttribute(L"DC06C2CC-28F4-41d0-AB97-7C78561AC9DC")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class DataItem sealed : public Component, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("DC06C2CC-28F4-41d0-AB97-7C78561AC9DC")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
type DataItem =  
    class
        inherit Component
        interface ICloneable
    end
public final class DataItem extends Component implements ICloneable

DataItem 类型公开以下成员。

构造函数

  名称 说明
公共方法 DataItem() () () () Initializes a new instance of DataItem using default values.
公共方法 DataItem(Binding) Initializes a new instance of DataItem for the specified source.
公共方法 DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
公共方法 DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
公共方法 DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
公共方法 DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
公共方法 DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

页首

属性

  名称 说明
公共属性静态成员 AllowedDataTypes Gets an array with the allowed data types as defined in OLEDB.
公共属性 Annotations Gets the collection object of all annotations to current DataItem.
受保护属性 CanRaiseEvents (从 Component 继承。)
公共属性 Collation Gets or sets the collation definition for the current DataItem.
公共属性 Container (从 Component 继承。)
公共属性 DataSize Gets or sets the size for current DataItem.
公共属性 DataType Gets or sets the type of current DataItem.
受保护属性 DesignMode (从 Component 继承。)
受保护属性 Events (从 Component 继承。)
公共属性 Format Gets or sets the formatting property for DataItem values.
公共属性 InvalidXmlCharacters Gets or sets the behavior for invalid characters in XML streams.
公共属性 MimeType Gets or sets the Mime type of the current DataItem.
公共属性 NullProcessing Gets or sets action the server should take when current DataItem is a Null value.
公共属性 Parent Gets the parent object of current DataItem.
公共属性 Site (从 Component 继承。)
公共属性 Source Gets or sets the source object for current DataItem.
公共属性 Trimming Gets or sets the trimming specification for string type DataItem

页首

方法

  名称 说明
公共方法 Clone Creates a new, deep copy of current DataItem.
公共方法 CopyTo Creates a deep copy of current DataItem in the specified object.
公共方法 CreateObjRef (从 MarshalByRefObject 继承。)
公共方法 Dispose() () () () (从 Component 继承。)
受保护方法 Dispose(Boolean) (从 Component 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Component 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetLifetimeService (从 MarshalByRefObject 继承。)
受保护方法 GetService (从 Component 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 InitializeLifetimeService (从 MarshalByRefObject 继承。)
受保护方法 MemberwiseClone() () () () (从 Object 继承。)
受保护方法 MemberwiseClone(Boolean) (从 MarshalByRefObject 继承。)
公共方法 ToString Returns a string representation of current DataItem value. (覆盖 Component. . :: . .ToString() () () ()。)

页首

事件

  名称 说明
公共事件 Disposed (从 Component 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 ICloneable. . :: . .Clone

页首

注释

新增日期: 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.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。