EntityConnectionStringBuilder.Metadata 속성

정의

연결 문자열의 메타데이터 위치를 가져오거나 설정합니다.

public:
 property System::String ^ Metadata { System::String ^ get(); void set(System::String ^ value); };
public string Metadata { get; set; }
member this.Metadata : string with get, set
Public Property Metadata As String

속성 값

연결 문자열 메타데이터 위치입니다.

설명

유효한 키워드/값 구문을 보려면 ConnectionString을 참조하십시오.

적용 대상