Propriedade do RDL Entity.StagingName
Gets or sets the staging name for the entity.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(IsRequired := False)> _
Public Property StagingName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The staging name for the entity.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts