Udostępnij za pośrednictwem


ClrAssembly.Files Property

Gets the collection of files associated with a ClrAssembly.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<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

Property Value

A ClrAssemblyFile collection.

Remarks

A ClrAssemblyFile contains the assembly file bits.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ClrAssembly Class
ClrAssembly Members
Microsoft.AnalysisServices Namespace