Свойство DataQualityOperationResultsGetRequest.MaximumResults

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the maximum results of a DQS operation.

Пространство имен:  Microsoft.MasterDataServices.Services.MessageContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<MessageBodyMemberAttribute> _
Public Property MaximumResults As Integer 
    Get 
    Set
'Применение
Dim instance As DataQualityOperationResultsGetRequest 
Dim value As Integer 

value = instance.MaximumResults

instance.MaximumResults = value
[MessageBodyMemberAttribute]
public int MaximumResults { get; set; }
[MessageBodyMemberAttribute]
public:
property int MaximumResults {
    int get ();
    void set (int value);
}
[<MessageBodyMemberAttribute>]
member MaximumResults : int with get, set
function get MaximumResults () : int 
function set MaximumResults (value : int)

Значение свойства

Тип: System.Int32
The maximum results of a DQS operation.

См. также

Справочник

DataQualityOperationResultsGetRequest Класс

Пространство имен Microsoft.MasterDataServices.Services.MessageContracts