次の方法で共有


BusinessRulesUpdateRequest クラス

ビジネス ルールまたはビジネス ルール コンポーネントとこれらの更新済みプロパティが含まれた BusinessRules 型を含める必要のある要求を表します。

継承階層

System.Object
  Microsoft.MasterDataServices.BusinessRulesUpdateRequest

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

構文

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

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

コンストラクター

  名前 説明
パブリック メソッド BusinessRulesUpdateRequest() BusinessRulesUpdateRequest クラスの新しいインスタンスを既定値で初期化します。
パブリック メソッド BusinessRulesUpdateRequest(International, BusinessRules) 指定されたカルチャ設定とビジネス ルールのセットを使用して BusinessRulesUpdateRequest クラスの新しいインスタンスを初期化します。

先頭に戻る

メソッド

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

先頭に戻る

フィールド

  名前 説明
パブリック フィールド BusinessRuleSet ビジネス ルールのセット。
パブリック フィールド International カルチャ設定。

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.MasterDataServices 名前空間