Поделиться через


Класс 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.
Открытое свойство 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.
Открытое свойство 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.)
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод ToString Returns a string representation of current DataItem value. (Переопределяет Component.ToString().)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable.Clone Creates a new copy of the object instance.

В начало

Замечания

Добавления:   17 июля 2006 г.

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices