Condividi tramite


Classe FileAttribute

Represents a file attribute.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.FileAttribute

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "FileAttribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FileAttribute _
    Inherits DataContractBase
'Utilizzo
Dim instance As FileAttribute
[DataContractAttribute(Name = "FileAttribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FileAttribute : DataContractBase
[DataContractAttribute(Name = L"FileAttribute", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FileAttribute : public DataContractBase
[<DataContractAttribute(Name = "FileAttribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FileAttribute =  
    class
        inherit DataContractBase
    end
public class FileAttribute extends DataContractBase

Nel tipo FileAttribute sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico FileAttribute Initializes a new instance of the FileAttribute class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Content Gets or sets the binary contents of the file.
Proprietà pubblica ContentType Gets or sets the content type of the file that is or will be stored.
Proprietà pubblica ExtensionData Gets or sets the structure that contains extra data. Ereditato da DataContractBase.
Proprietà pubblica Name Gets or sets the actual name of the file that is or will be stored.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices