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 | |
---|---|---|
StagingNameCheckResponse() | Initializes a new instance of the StagingNameCheckResponse class that has default values. | |
StagingNameCheckResponse(Boolean, OperationResult) | Initializes a new instance of the StagingNameCheckResponse class with the specified properties. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
IsUnique | Specifies whether the staging name is unique. | |
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.