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
Eigenschaftswert
A ClrAssemblyFile collection.
Hinweise
A ClrAssemblyFile contains the assembly file bits.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ClrAssembly Class
ClrAssembly Members
Microsoft.AnalysisServices Namespace