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.