Classe StagingResultCriteria
Defines the criteria for staging batch categories.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..StagingResultCriteria
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "StagingResultCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingResultCriteria _
Implements IExtensibleDataObject
'Utilizzo
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
Nel tipo StagingResultCriteria sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
StagingResultCriteria | Initializes a new instance of the StagingResultCriteria class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.