次の方法で共有


ExportViewCreateRequest.ExportView プロパティ

ExportView 複合型を使用してエクスポート ビューを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property ExportView As ExportView 
    Get 
    Set
'使用
Dim instance As ExportViewCreateRequest 
Dim value As ExportView 

value = instance.ExportView

instance.ExportView = value
[MessageBodyMemberAttribute]
public ExportView ExportView { get; set; }
[MessageBodyMemberAttribute]
public:
property ExportView^ ExportView {
    ExportView^ get ();
    void set (ExportView^ value);
}
[<MessageBodyMemberAttribute>]
member ExportView : ExportView with get, set
function get ExportView () : ExportView 
function set ExportView (value : ExportView)

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.ExportView
ExportView。

関連項目

参照

ExportViewCreateRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間