다음을 통해 공유


HasStreamAttribute 클래스

정의

엔터티 형식인 클래스에 기본 이진 데이터 스트림이 있음을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class HasStreamAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type HasStreamAttribute = class
    inherit Attribute
Public NotInheritable Class HasStreamAttribute
Inherits Attribute
상속
HasStreamAttribute
특성

생성자

HasStreamAttribute()

엔터티 형식인 클래스에 기본 이진 데이터 스트림이 있음을 나타냅니다.

적용 대상