共用方式為


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 命名空間