Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the first row in the result.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.Int32
The first row in the result.
Vea también
Referencia
DataQualityOperationResultsGetRequest Clase
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts