Propriété DataQualityOperationStartResponse.FailureString
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the string of a failure.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property FailureString As String
Get
Set
'Utilisation
Dim instance As DataQualityOperationStartResponse
Dim value As String
value = instance.FailureString
instance.FailureString = value
[MessageBodyMemberAttribute]
public string FailureString { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ FailureString {
String^ get ();
void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member FailureString : string with get, set
function get FailureString () : String
function set FailureString (value : String)
Valeur de propriété
Type : System.String
The string of a failure.
Voir aussi
Référence
DataQualityOperationStartResponse Classe
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts