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.