FileAttribute クラス
ファイルの一部の属性を表します。
継承階層
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..FileAttribute
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)
構文
'宣言
<DataContractAttribute(Name := "FileAttribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class FileAttribute
'使用
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
FileAttribute 型は、以下のメンバーを公開しています。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
Content | ファイルのバイナリ コンテンツを取得または設定します。 |
![]() |
ContentType | 格納されるファイルのコンテンツの種類を取得または設定します。 |
![]() |
Name | 格納されるファイルの実際の名前を取得または設定します。 |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)