次の方法で共有


Entity.StagingName プロパティ

定義

Entity のステージング名を取得または設定します。

public:
 property System::String ^ StagingName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string StagingName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.StagingName : string with get, set
Public Property StagingName As String

プロパティ値

Entity のステージング名。

属性

適用対象