Condividi tramite


Classe StagingNameCheckResponse

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines the message contract for the Staging Name Check response.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.StagingNameCheckResponse

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

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "StagingNameCheckResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class StagingNameCheckResponse
'Utilizzo
Dim instance As StagingNameCheckResponse
[MessageContractAttribute(WrapperName = "StagingNameCheckResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class StagingNameCheckResponse
[MessageContractAttribute(WrapperName = L"StagingNameCheckResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class StagingNameCheckResponse
[<MessageContractAttribute(WrapperName = "StagingNameCheckResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type StagingNameCheckResponse =  class end
public class StagingNameCheckResponse

Nel tipo StagingNameCheckResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico StagingNameCheckResponse() Initializes a new instance of the StagingNameCheckResponse class that has default values.
Metodo pubblico StagingNameCheckResponse(Boolean, OperationResult) Initializes a new instance of the StagingNameCheckResponse class with the specified properties.

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

Campi

  Nome Descrizione
Campo pubblico IsUnique Specifies whether the staging name is unique.
Campo pubblico OperationResult Represents the operation result, including a unique ID for tracking and logging.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices