다음을 통해 공유


Entity.StagingName 속성

Gets or sets the staging name for Entity.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property StagingName As String
    Get
    Set
‘사용 방법
Dim instance As Entity
Dim value As String

value = instance.StagingName

instance.StagingName = value
[DataMemberAttribute]
public string StagingName { get; set; }
[DataMemberAttribute]
public:
property String^ StagingName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member StagingName : string with get, set
function get StagingName () : String
function set StagingName (value : String)

속성 값

유형: System.String
The staging name for Entity.

참고 항목

참조

Entity 클래스

Microsoft.MasterDataServices 네임스페이스