다음을 통해 공유


MetadataValue 생성자 (String)

Initializes a new instance of the MetadataValue class.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Sub New ( _
    value As String _
)
‘사용 방법
Dim value As String

Dim instance As New MetadataValue(value)
public MetadataValue(
    string value
)
public:
MetadataValue(
    String^ value
)
new : 
        value:string -> MetadataValue
public function MetadataValue(
    value : String
)

매개 변수