Compartir a través de


ClrAssembly.Files Property

Gets the collection of files associated with a ClrAssembly.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<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

Valor de propiedad

A ClrAssemblyFile collection.

Notas

A ClrAssemblyFile contains the assembly file bits.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ClrAssembly Class
ClrAssembly Members
Microsoft.AnalysisServices Namespace