ClrAssembly.Files 屬性
Gets the collection of files associated with a ClrAssembly.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public ReadOnly Property Files As ClrAssemblyFileCollection
Get
'用途
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
屬性值
型別:Microsoft.AnalysisServices.ClrAssemblyFileCollection
A ClrAssemblyFile collection.
備註
A ClrAssemblyFile contains the assembly file bits.