Classe StagingNameCheckResponse
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Defines the message contract for the Staging Name Check response.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.StagingNameCheckResponse
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "StagingNameCheckResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingNameCheckResponse
'Uso
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
O tipo StagingNameCheckResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
IsUnique | Specifies whether the staging name is unique. | |
OperationResult | Represents the operation result, including a unique ID for tracking and logging. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.