Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of files associated with a ClrAssembly.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Files As ClrAssemblyFileCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.ClrAssemblyFileCollection
A ClrAssemblyFile collection.
Remarks
A ClrAssemblyFile contains the assembly file bits.