Freigeben über


FileAttribute-Klasse

Represents a file attribute.

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "FileAttribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FileAttribute _
    Inherits DataContractBase
'Usage
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

Der FileAttribute-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode FileAttribute Initializes a new instance of the FileAttribute class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Content Gets or sets the binary contents of the file.
Öffentliche Eigenschaft ContentType Gets or sets the content type of the file that is or will be stored.
Öffentliche Eigenschaft ExtensionData Gets or sets the structure that contains extra data. (Geerbt von DataContractBase.)
Öffentliche Eigenschaft Name Gets or sets the actual name of the file that is or will be stored.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices-Namespace