DataClassificationAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ分類の基本属性。
public ref class DataClassificationAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.GenericParameter | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct, AllowMultiple=true)]
public class DataClassificationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.GenericParameter | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct, AllowMultiple=true)>]
type DataClassificationAttribute = class
inherit Attribute
Public Class DataClassificationAttribute
Inherits Attribute
- 継承
- 派生
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| DataClassificationAttribute(DataClassification) |
DataClassificationAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Classification |
この属性で表される分類を取得します。 |
| Notes |
ノートを取得または設定します。 |