All プロパティ
すべてのバッチを返すかどうかを示す値を取得または設定します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property All As Boolean
Get
Set
'使用
Dim instance As StagingResultCriteria
Dim value As Boolean
value = instance.All
instance.All = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool All { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool All {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member All : bool with get, set
function get All () : boolean
function set All (value : boolean)
プロパティ値
型: System. . :: . .Boolean
すべてのバッチを返す場合は true、それ以外の場合は false です。