Compartilhar via


Propriedade do RDL ClrAssembly.Files

Gets the collection of files associated with a ClrAssembly.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property Files As ClrAssemblyFileCollection 
    Get
'Uso
Dim instance As ClrAssembly 
Dim value As ClrAssemblyFileCollection 

value = instance.Files
public ClrAssemblyFileCollection Files { get; }
public:
property ClrAssemblyFileCollection^ Files {
    ClrAssemblyFileCollection^ get ();
}
member Files : ClrAssemblyFileCollection
function get Files () : ClrAssemblyFileCollection

Valor da propriedade

Tipo: Microsoft.AnalysisServices.ClrAssemblyFileCollection
A ClrAssemblyFile collection.

Comentários

A ClrAssemblyFile contains the assembly file bits.

Consulte também

Referência

ClrAssembly Classe

Namespace Microsoft.AnalysisServices