Condividi tramite


Classe BRGetCriteria

Specifies globally unique identifiers (GUIDs) or names of the desired model, entity, or member type.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..BRGetCriteria

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

Sintassi

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

Nel tipo BRGetCriteria sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeId Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the attribute.
Proprietà pubblica BusinessRuleIds Gets or sets an array of business rule IDs.
Proprietà pubblica EntityId Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the entity.
Proprietà pubblica ExtensionData Gets or sets an object containing extra data.
Proprietà pubblica MemberType Gets or sets a type specifying leaf, parent, or collection members.
Proprietà pubblica ModelId Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the model.

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.