ビジネス ルール プロパティの型を指定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<DataContractAttribute(Name := "BRPropertyType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration BRPropertyType
'使用
Dim instance As BRPropertyType
[DataContractAttribute(Name = "BRPropertyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRPropertyType
[DataContractAttribute(Name = L"BRPropertyType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class BRPropertyType
[<DataContractAttribute(Name = "BRPropertyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRPropertyType
public enum BRPropertyType
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Attribute | 属性を指定します。 | |
| AttributeValue | 属性値を指定します。 | |
| Blank | 属性が空白であることを指定します。 | |
| Constant | 属性の型が定数であることを指定します。 | |
| DomainBasedAttribute | ドメイン ベースの属性を指定します。 | |
| NotSpecified | 属性が指定されていません。 | |
| ParentAttribute | 親属性を指定します。 |