다음을 통해 공유


Entity.StagingName 속성

정의

엔터티의 스테이징 이름을 지정합니다.

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

속성 값

엔터티에 대한 준비 이름입니다.

특성

적용 대상