Partager via


Propriété DataQualityOperationResultsGetRequest.StartRow

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the first row in the result.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property StartRow As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The first row in the result.

Voir aussi

Référence

DataQualityOperationResultsGetRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts