FileAttribute 클래스

정의

파일 특성을 나타냅니다.

public ref class FileAttribute : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="FileAttribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FileAttribute : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="FileAttribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FileAttribute = class
    inherit DataContractBase
Public Class FileAttribute
Inherits DataContractBase
상속
FileAttribute
특성

생성자

FileAttribute()

FileAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

Content

파일의 이진 내용을 가져오거나 설정합니다.

ContentType

저장된 파일 또는 저장할 파일의 내용 유형을 가져오거나 설정합니다.

ExtensionData

추가 데이터를 포함하는 구조를 가져오거나 설정합니다.

(다음에서 상속됨 DataContractBase)
Name

저장된 파일 또는 저장할 파일의 실제 이름을 가져오거나 설정합니다.

적용 대상