共用方式為


CodeObject 建構函式 (String)

Initializes a new instance of the CodeObject class.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Sub New ( _
    code As String _
)
'用途
Dim code As String

Dim instance As New CodeObject(code)
public CodeObject(
    string code
)
public:
CodeObject(
    String^ code
)
new : 
        code:string -> CodeObject
public function CodeObject(
    code : String
)

參數