Entity.StagingName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the staging name for Entity.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public string StagingName { get; set; }
public:
[DataMemberAttribute]
property String^ StagingName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member StagingName : string with get, set
<DataMemberAttribute>
Public Property StagingName As String

Property Value

Type: System.String

The staging name for Entity.

See Also

Entity Class
Microsoft.MasterDataServices Namespace

Return to top