DataClassificationAttribute Sınıf

Tanım

Veri sınıflandırması için temel öznitelik.

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
Devralma
DataClassificationAttribute
Türetilmiş
Öznitelikler

Oluşturucular

Name Description
DataClassificationAttribute(DataClassification)

DataClassificationAttribute sınıfının yeni bir örneğini başlatır.

Özellikler

Name Description
Classification

Bu öznitelikle temsil edilen sınıflandırmayı alır.

Notes

Notları alır veya ayarlar.

Şunlara uygulanır