Classe ValidationProcessOptions
Specifies validation process options, namely, whether to commit the version after validation, and whether to return the validation results.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..ValidationProcessOptions
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "ValidationProcessOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationProcessOptions _
Implements IExtensibleDataObject
'Uso
Dim instance As ValidationProcessOptions
[DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessOptions : IExtensibleDataObject
[DataContractAttribute(Name = L"ValidationProcessOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationProcessOptions : IExtensibleDataObject
[<DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessOptions =
class
interface IExtensibleDataObject
end
public class ValidationProcessOptions implements IExtensibleDataObject
O tipo ValidationProcessOptions expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ValidationProcessOptions | Initializes a new instance of the ValidationProcessOptions class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
CommitVersion | Gets or sets a value that indicates whether the version being validated should be committed after validation. | |
ExtensionData | Gets or sets an object that contains extra data. | |
ReturnValidationResults | Gets or sets a value that indicates whether validation results should be returned after validation. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.