Classe DataQualityStoreInputDataResponse
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents the data response for the data store input.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataQualityStoreInputDataResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "DataQualityStoreInputDataResponse", _
WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class DataQualityStoreInputDataResponse
'Utilizzo
Dim instance As DataQualityStoreInputDataResponse
[MessageContractAttribute(WrapperName = "DataQualityStoreInputDataResponse",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class DataQualityStoreInputDataResponse
[MessageContractAttribute(WrapperName = L"DataQualityStoreInputDataResponse",
WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class DataQualityStoreInputDataResponse
[<MessageContractAttribute(WrapperName = "DataQualityStoreInputDataResponse",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type DataQualityStoreInputDataResponse = class end
public class DataQualityStoreInputDataResponse
Nel tipo DataQualityStoreInputDataResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DataQualityStoreInputDataResponse() | Infrastruttura. Initializes a new instance of the DataQualityStoreInputDataResponse class. | |
DataQualityStoreInputDataResponse(OperationResult) | Infrastruttura. Initializes a new instance of the DataQualityStoreInputDataResponse class with specified operation result. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
OperationResult | Infrastruttura. Specifies the operation result. |
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.