Partager via


Classe StagingNameCheckResponse

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Defines the message contract for the Staging Name Check response.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.StagingNameCheckResponse

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<MessageContractAttribute(WrapperName := "StagingNameCheckResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class StagingNameCheckResponse
'Utilisation
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

Le type StagingNameCheckResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique StagingNameCheckResponse() Initializes a new instance of the StagingNameCheckResponse class that has default values.
Méthode publique StagingNameCheckResponse(Boolean, OperationResult) Initializes a new instance of the StagingNameCheckResponse class with the specified properties.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public IsUnique Specifies whether the staging name is unique.
Champ public OperationResult Represents the operation result, including a unique ID for tracking and logging.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices