Lenguaje

FileAttribute Clase

Definición

Especifica el atributo archivo.

public ref class FileAttribute : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="FileAttribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FileAttribute : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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
Herencia
FileAttribute
Atributos

Comentarios

Esto FileAttribute especifica el atributo de archivo.

Constructores

Nombre Description
FileAttribute()

Constructor predeterminado

Propiedades

Nombre Description
Content

Especifica el contenido binario del archivo

ContentType

Especifica el tipo de contenido del archivo que se almacena o se almacenará.

Name

Especifica el nombre real del archivo que está o se almacenará.

Métodos

Nombre Description
SetProperty<T>(T, T, String, Boolean)

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)
SetProperty<T>(T, T, String)

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)

Se aplica a