Propriedade do RDL DataQualityOperationResultsGetRequest.StartRow
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the first row in the result.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property StartRow As Integer
Get
Set
'Uso
Dim instance As DataQualityOperationResultsGetRequest
Dim value As Integer
value = instance.StartRow
instance.StartRow = value
[MessageBodyMemberAttribute]
public int StartRow { get; set; }
[MessageBodyMemberAttribute]
public:
property int StartRow {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member StartRow : int with get, set
function get StartRow () : int
function set StartRow (value : int)
Valor da propriedade
Tipo: System.Int32
The first row in the result.
Consulte também
Referência
DataQualityOperationResultsGetRequest Classe
Namespace Microsoft.MasterDataServices.Services.MessageContracts