Конструктор ClrAssemblyFile (String, ClrAssemblyFileType)
Initializes a new instance of ClrAssemblyFile using a name and type.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
name As String, _
type As ClrAssemblyFileType _
)
'Применение
Dim name As String
Dim type As ClrAssemblyFileType
Dim instance As New ClrAssemblyFile(name, type)
public ClrAssemblyFile(
string name,
ClrAssemblyFileType type
)
public:
ClrAssemblyFile(
String^ name,
ClrAssemblyFileType type
)
new :
name:string *
type:ClrAssemblyFileType -> ClrAssemblyFile
public function ClrAssemblyFile(
name : String,
type : ClrAssemblyFileType
)
Параметры
- name
Тип: System.String
A String that contains the name of the ClrAssemblyFile.
- type
Тип: Microsoft.AnalysisServices.ClrAssemblyFileType
An Enumeration indicating the debug status of the ClrAssemblyFile.