다음을 통해 공유


Entity.StagingName 속성

정의

Entity의 준비 이름을 가져오거나 설정합니다.

public:
 property System::String ^ StagingName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string StagingName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.StagingName : string with get, set
Public Property StagingName As String

속성 값

Entity의 준비 이름입니다.

특성

적용 대상