Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the maximum results of a DQS operation.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property MaximumResults As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The maximum results of a DQS operation.
See Also
Reference
DataQualityOperationResultsGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace