ExportViewUpdateRequest クラス

エクスポート ビューの更新要求の詳細を指定します。

継承階層

System. . :: . .Object
  Microsoft.MasterDataServices..::..ExportViewUpdateRequest

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

構文

'宣言
<MessageContractAttribute(WrapperName := "ExportViewUpdateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class ExportViewUpdateRequest
'使用
Dim instance As ExportViewUpdateRequest
[MessageContractAttribute(WrapperName = "ExportViewUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class ExportViewUpdateRequest
[MessageContractAttribute(WrapperName = L"ExportViewUpdateRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class ExportViewUpdateRequest
[<MessageContractAttribute(WrapperName = "ExportViewUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type ExportViewUpdateRequest =  class end
public class ExportViewUpdateRequest

ExportViewUpdateRequest 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド ExportViewUpdateRequest() () () () ExportViewUpdateRequest クラスの既定値を持つ新しいインスタンスを初期化します。
パブリック メソッド ExportViewUpdateRequest(International, ExportView) 指定されたカルチャ設定と ExportView を持つ ExportViewUpdateRequest クラスの新しいインスタンスを初期化します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

フィールド

  名前 説明
パブリック フィールド ExportView ExportView
パブリック フィールド International カルチャ設定。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。