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. |