Partilhar via


Classe StagingUnbatchedCriteria

Specifies staging unbatched criteria.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.StagingUnbatchedCriteria

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "StagingUnbatchedCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingUnbatchedCriteria _
    Inherits DataContractBase
'Uso
Dim instance As StagingUnbatchedCriteria
[DataContractAttribute(Name = "StagingUnbatchedCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingUnbatchedCriteria : DataContractBase
[DataContractAttribute(Name = L"StagingUnbatchedCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingUnbatchedCriteria : public DataContractBase
[<DataContractAttribute(Name = "StagingUnbatchedCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingUnbatchedCriteria =  
    class
        inherit DataContractBase
    end
public class StagingUnbatchedCriteria extends DataContractBase

O tipo StagingUnbatchedCriteria expõe os membros a seguir.

Construtores

  Nome Descrição
Método público StagingUnbatchedCriteria Initializes a new instance of the StagingUnbatchedCriteria class.

Início

Propriedades

  Nome Descrição
Propriedade pública ExtensionData Gets or sets the structure that contains extra data. (Herdado de DataContractBase.)
Propriedade pública ModelId Gets or sets the globally unique identifier (GUID) or the exact name of a model.
Propriedade pública SourceSystemId Gets or sets the globally unique identifier (GUID) or the exact name of the source system.
Propriedade pública VersionId Gets or sets the globally unique identifier (GUID) or the exact name of the version.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.MasterDataServices