Condividi tramite


Classe HierarchyMembersGetCriteria

Represents criteria that are used by HierarchyMembersGet.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..HierarchyMembersGetCriteria

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "HierarchyMembersGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class HierarchyMembersGetCriteria
'Utilizzo
Dim instance As HierarchyMembersGetCriteria
[DataContractAttribute(Name = "HierarchyMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class HierarchyMembersGetCriteria
[DataContractAttribute(Name = L"HierarchyMembersGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class HierarchyMembersGetCriteria
[<DataContractAttribute(Name = "HierarchyMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyMembersGetCriteria =  class end
public class HierarchyMembersGetCriteria

Nel tipo HierarchyMembersGetCriteria sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico HierarchyMembersGetCriteria Initializes a new instance of the HierarchyMembersGetCriteria class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Ancestors Gets or sets a value indicating whether the ancestors of the supplied member code will be retrieved.
Proprietà pubblica HierarchyId Gets or sets the hierarchy being looked up.
Proprietà pubblica HierarchyType Gets or sets the type of hierarchy being queried.
Proprietà pubblica ModelId Gets or sets the model of the hierarchy being queried.
Proprietà pubblica ParentEntityId Gets or sets the parent entity from which to get the members.
Proprietà pubblica ParentMember Gets or sets the MemberCode from which to get the children.
Proprietà pubblica RowLimit Gets or sets the amount of rows retrieved by this operation.
Proprietà pubblica SearchTerm Gets or sets the criteria by which to search the hierarchy.
Proprietà pubblica UserId Gets or sets the user for whom to get the members.
Proprietà pubblica VersionId Gets or sets the version of the data being queried.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.