PropertyData クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Windows Management Instrumentation (WMI) プロパティに関する情報を表します。
public ref class PropertyData : IComparable, IComparable<Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^>, IEquatable<Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^>, Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty, System::ComponentModel::INotifyPropertyChanged
[System.Serializable]
public class PropertyData : IComparable, IComparable<Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty>, IEquatable<Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty>, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty, System.ComponentModel.INotifyPropertyChanged
[<System.Serializable>]
type PropertyData = class
interface ISfcProperty
interface INotifyPropertyChanged
interface IComparable<ISfcProperty>
interface IEquatable<ISfcProperty>
interface IComparable
Public Class PropertyData
Implements IComparable, IComparable(Of ISfcProperty), IEquatable(Of ISfcProperty), INotifyPropertyChanged, ISfcProperty
- 継承
-
PropertyData
- 派生
- 属性
- 実装
コンストラクター
| PropertyData(ISfcProperty) |
指定したプロパティを使用して、 クラスの PropertyData 新しいインスタンスを初期化します。 |
| PropertyData(String, Object) |
指定した名前および値を使用して、PropertyData クラスの新しいインスタンスを初期化します。 |
| PropertyData(String, Object, Boolean) |
指定された名前、値、および有効になっている設定を使用して、PropertyData クラスの新しいインスタンスを初期化します。 |
| PropertyData(String, Type) |
指定された名前と型を使用して、PropertyData クラスの新しいインスタンスを初期化します。 |
| PropertyData(String, Type, Boolean) |
指定された名前、型、および有効になっている設定を使用して、PropertyData クラスの新しいインスタンスを初期化します。 |
| PropertyData(String, Type, Object) |
指定された名前、型、および値を使用して、PropertyData クラスの新しいインスタンスを初期化します。 |
| PropertyData(String, Type, Object, Boolean) |
指定された名前、型、値、および有効になっている設定を使用して、PropertyData クラスの新しいインスタンスを初期化します。 |
プロパティ
| Attributes |
オブジェクトの属性のコレクションを取得します。 |
| Dirty |
前回データが保存されてから PropertyData オブジェクトに変更があったかどうかを示す値を取得または設定します。 |
| Enabled |
プロパティ値が有効かどうかを示す値を取得または設定します。 |
| IsNull |
指定されたデータに NULL 値が含まれているかどうかを示す値を取得します。 |
| Name |
プロパティの文字列値を取得します。 |
| Required |
プロパティの必須値を取得または設定します。 |
| Type |
指定されたプロパティ型を取得します。 |
| Value |
プロパティの現在の値を取得または設定します。 |
| Writable |
プロパティが書き込み可能かどうかを示す値を取得または設定します。 |
メソッド
| AppendAttribute(Attribute[]) |
プロパティで使用される属性を指定します。 |
| AppendAttribute(AttributeCollection) |
プロパティ内のコレクションで使用される属性を指定します。 |
| AppendAttribute(IEnumerable<Attribute>) |
属性の IEnumerator を返します。 |
| CompareTo(ISfcProperty) |
別のオブジェクトと比較する指定されたプロパティを示します。 |
| CompareTo(Object) |
現在のインスタンスを同じ型の他のオブジェクトと比較します。 |
| Equals(ISfcProperty) |
このインスタンスと指定したオブジェクトが等しいかどうかを示します。 |
| OnPropertyChanged(String) |
指定された文字列で PropertyChanged イベントを発生させます。 |
イベント
| PropertyChanged |
変更されたプロパティのインスタンスを表します。 このクラスは継承できません。 |