Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the first row in the result.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property StartRow As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The first row in the result.
See Also
Reference
DataQualityOperationResultsGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace