Condividi tramite


Classe MetadataSearchCriteria

Represents criteria for the MetadataGet operation. Each parameter is optional; those specified are combined with an AND. Leave all parameters empty to get all metadata.

Gerarchia di ereditarietà

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

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

Sintassi

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

Nel tipo MetadataSearchCriteria sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeGroups Gets or sets an array of criteria with which to fill the Metadata.Attributes property.
Proprietà pubblica Attributes Gets or sets an array of criteria with which to fill the Metadata.Attributes property.
Proprietà pubblica DerivedHierarchies Gets or sets an array of criteria with which to fill the Metadata.DerivedHierarchies property.
Proprietà pubblica DerivedHierarchyLevels Gets or sets an array of criteria with which to fill the Metadata.DerivedHierarchyLevels property.
Proprietà pubblica Entities Gets or sets an array of criteria with which to fill the Metadata.Entities property.
Proprietà pubblica ExplicitHierarchies Gets or sets an array of criteria with which to fill the Metadata.ExplicitHierarchies property.
Proprietà pubblica MemberTypes Gets or sets an array of criteria with which to fill the Metadata.MemberTypes property.
Proprietà pubblica Models Gets or sets an array of criteria with which to fill the Metadata.Models property.
Proprietà pubblica SearchOption Gets or sets the search option that determines the objects to include in the search.
Proprietà pubblica VersionFlags Gets or sets an array of criteria with which to fill the Metadata.VersionFlags property.
Proprietà pubblica Versions Gets or sets an array of criteria with which to fill the Metadata.Versions property.

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.