BRPropertyType 枚举

Specifies the business rule property types.

命名空间:  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 Specifies the attribute.
AttributeValue Specifies the attribute value.
Blank Specifies that the attribute is blank.
Constant Specifies that the attribute type is a constant.
DomainBasedAttribute Specifies a ___domain-based attribute.
NotSpecified The attribute is not specified.
ParentAttribute Specifies a parent attribute.

请参阅

参考

Microsoft.MasterDataServices.Services.DataContracts 命名空间