Classe StagingResultCriteria
Defines the criteria for staging batch categories.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..StagingResultCriteria
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "StagingResultCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingResultCriteria _
Implements IExtensibleDataObject
'Uso
Dim instance As StagingResultCriteria
[DataContractAttribute(Name = "StagingResultCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingResultCriteria : IExtensibleDataObject
[DataContractAttribute(Name = L"StagingResultCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingResultCriteria : IExtensibleDataObject
[<DataContractAttribute(Name = "StagingResultCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingResultCriteria =
class
interface IExtensibleDataObject
end
public class StagingResultCriteria implements IExtensibleDataObject
O tipo StagingResultCriteria expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
StagingResultCriteria | Initializes a new instance of the StagingResultCriteria class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
All | Gets or sets a value that indicates whether all batches should be returned. | |
Attributes | Gets or sets a value that indicates whether attribute batches should be returned. | |
ExtensionData | Gets or sets an object that contains extra data. | |
Members | Gets or sets a value indicating whether members' batches should be returned. | |
PageSize | Gets or sets an integer indicating the number of rows to return. | |
Relationships | Gets or sets a value that indicates whether relationships batches should be returned. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.