次の方法で共有


BRPropertyName 列挙体

ビジネス ルール コンポーネント内のプロパティを識別する名前を指定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataContractAttribute(Name := "BRPropertyName", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration BRPropertyName
'使用
Dim instance As BRPropertyName
[DataContractAttribute(Name = "BRPropertyName", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRPropertyName
[DataContractAttribute(Name = L"BRPropertyName", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class BRPropertyName
[<DataContractAttribute(Name = "BRPropertyName", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRPropertyName
public enum BRPropertyName

メンバー

メンバー名 説明
Anchor ビジネス ルールに関連付けられている属性。
IncrementValue 増分に使用する値。
Length 文字列の長さ。
NotSpecified プロパティは指定されていません。
RangeHigh 範囲の上限。
RangeLow 範囲の下限。
StartingValue 増分される値の開始値。
StartPosition サブストリングの開始位置。
Substring サブストリングの値。
Value 引数の値。

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間