ClrAssemblyFile.Data Property

Gets the Data associated with a ClrAssemblyFile.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
<XmlArrayAttribute> _
<XmlArrayItemAttribute("Block")> _
Public ReadOnly Property Data As StringCollection
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
[XmlArrayItemAttribute("Block")] 
public StringCollection Data { get; }
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
[XmlArrayItemAttribute(L"Block")] 
public:
property StringCollection^ Data {
    StringCollection^ get ();
}
/** @property */
public StringCollection get_Data ()
public function get Data () : StringCollection

Значение свойства

The block of data.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ClrAssemblyFile Class
ClrAssemblyFile Members
Microsoft.AnalysisServices Namespace