Свойство StagingResultCriteria.Attributes
Gets or sets a value that indicates whether attribute batches should be returned.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Boolean
Get
Set
'Применение
Dim instance As StagingResultCriteria
Dim value As Boolean
value = instance.Attributes
instance.Attributes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool Attributes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool Attributes {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Attributes : bool with get, set
function get Attributes () : boolean
function set Attributes (value : boolean)
Значение свойства
Тип: System.Boolean
true if attribute batches should be returned; otherwise, false.