次の方法で共有


SystemPropertyValue クラス

システム プロパティのデータ コントラクトを定義します。

継承階層

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.SystemPropertyValue

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

構文

'宣言
<DataContractAttribute(Name := "SystemPropertyValue", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemPropertyValue _
    Inherits DataContractBase
'使用
Dim instance As SystemPropertyValue
[DataContractAttribute(Name = "SystemPropertyValue", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemPropertyValue : DataContractBase
[DataContractAttribute(Name = L"SystemPropertyValue", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemPropertyValue sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SystemPropertyValue", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertyValue =  
    class 
        inherit DataContractBase 
    end
public final class SystemPropertyValue extends DataContractBase

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

コンストラクター

  名前 説明
パブリック メソッド SystemPropertyValue SystemPropertyValue クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ SystemPropertyType SystemPropertyType を取得または設定します。
パブリック プロパティ Value システム プロパティの値を取得または設定します。

先頭に戻る

メソッド

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

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間