Share via


MetadataProperty 생성자

정의

MetadataProperty의 새 인스턴스를 초기화합니다.

오버로드

MetadataProperty()

MetadataProperty 클래스의 새 인스턴스를 초기화합니다.

MetadataProperty(String, String)

MetadataProperty 클래스의 새 인스턴스를 초기화합니다.

MetadataProperty()

MetadataProperty 클래스의 새 인스턴스를 초기화합니다.

public:
 MetadataProperty();
public MetadataProperty ();
Public Sub New ()

적용 대상

MetadataProperty(String, String)

MetadataProperty 클래스의 새 인스턴스를 초기화합니다.

public:
 MetadataProperty(System::String ^ name, System::String ^ description);
public MetadataProperty (string name, string description);
new Microsoft.ReportingServices.RdlObjectModel.MetadataProperty : string * string -> Microsoft.ReportingServices.RdlObjectModel.MetadataProperty
Public Sub New (name As String, description As String)

매개 변수

name
String

속성 이름입니다.

description
String

속성 설명입니다.

적용 대상