Classe StagingNameCheckRequest
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 request if the staging name is unique.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.StagingNameCheckRequest
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "StagingNameCheckRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingNameCheckRequest
'Utilisation
Dim instance As StagingNameCheckRequest
[MessageContractAttribute(WrapperName = "StagingNameCheckRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class StagingNameCheckRequest
[MessageContractAttribute(WrapperName = L"StagingNameCheckRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class StagingNameCheckRequest
[<MessageContractAttribute(WrapperName = "StagingNameCheckRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type StagingNameCheckRequest = class end
public class StagingNameCheckRequest
Le type StagingNameCheckRequest expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
StagingNameCheckRequest() | Infrastructure. Initializes a new instance of the StagingNameCheckRequest class using default values. | |
StagingNameCheckRequest(International, String) | Infrastructure. Initializes a new instance of the StagingNameCheckRequest class with specified requests. |
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 | |
---|---|---|
International | Infrastructure. The international request. | |
StagingName | Infrastructure. The staging name request. |
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.