FileAttribute-Klasse
Represents some attributes of files.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..FileAttribute
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "FileAttribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FileAttribute
'Usage
Dim instance As FileAttribute
[DataContractAttribute(Name = "FileAttribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FileAttribute
[DataContractAttribute(Name = L"FileAttribute", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class FileAttribute
[<DataContractAttribute(Name = "FileAttribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FileAttribute = class end
public class FileAttribute
Der FileAttribute-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
FileAttribute | Initializes a new instance of the FileAttribute class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. | |
Name | Gets or sets the actual name of the file that is or will be stored. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.