Proprietà ClrAssembly.Files

Gets the collection of files associated with a ClrAssembly.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Files As ClrAssemblyFileCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.ClrAssemblyFileCollection
A ClrAssemblyFile collection.

Osservazioni

A ClrAssemblyFile contains the assembly file bits.

Vedere anche

Riferimento

ClrAssembly Classe

Spazio dei nomi Microsoft.AnalysisServices