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


ClrAssembly.Files Property

Gets the collection of files associated with a ClrAssembly.

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

Синтаксис

'Декларация
<XmlArrayAttribute> _
<XmlArrayItemAttribute("File", GetType(ClrAssemblyFile))> _
Public ReadOnly Property Files As ClrAssemblyFileCollection
[XmlArrayAttribute] 
[XmlArrayItemAttribute("File", typeof(ClrAssemblyFile))] 
public ClrAssemblyFileCollection Files { get; }
[XmlArrayAttribute] 
[XmlArrayItemAttribute(L"File", typeof(ClrAssemblyFile))] 
public:
property ClrAssemblyFileCollection^ Files {
    ClrAssemblyFileCollection^ get ();
}
/** @property */
public ClrAssemblyFileCollection get_Files ()
public function get Files () : ClrAssemblyFileCollection

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

A ClrAssemblyFile collection.

Замечания

A ClrAssemblyFile contains the assembly file bits.

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

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.

См. также

Справочник

ClrAssembly Class
ClrAssembly Members
Microsoft.AnalysisServices Namespace