Classe FileAttribute
Represents a file attribute.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..FileAttribute
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "FileAttribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FileAttribute _
Implements IExtensibleDataObject
'Uso
Dim instance As FileAttribute
[DataContractAttribute(Name = "FileAttribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FileAttribute : IExtensibleDataObject
[DataContractAttribute(Name = L"FileAttribute", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FileAttribute : IExtensibleDataObject
[<DataContractAttribute(Name = "FileAttribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FileAttribute =
class
interface IExtensibleDataObject
end
public class FileAttribute implements IExtensibleDataObject
O tipo FileAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
FileAttribute | Initializes a new instance of the FileAttribute class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Content | Gets or sets the binary contents of the file. | |
ContentType | Gets or sets the content type of the file that is or will be stored. | |
ExtensionData | Gets or sets an object that contains extra data.. | |
Name | Gets or sets the actual name of the file that is or will be stored. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.