หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the string of a failure.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property FailureString As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The string of a failure.
See Also
Reference
DataQualityOperationStartResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace