Gets or sets the staging name for the entity.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
<DataMemberAttribute(IsRequired := False)> _
Public Property StagingName As String
Get
Set
用法
Dim instance As Entity
Dim value As String
value = instance.StagingName
instance.StagingName = value
[DataMemberAttribute(IsRequired = false)]
public string StagingName { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ StagingName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member StagingName : string with get, set
function get StagingName () : String
function set StagingName (value : String)
属性值
类型:System.String
The staging name for the entity.