Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the tabular data.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Data As TabularData
Get
Set
'Usage
Dim instance As DataQualityStoreInputDataRequest
Dim value As TabularData
value = instance.Data
instance.Data = value
[MessageBodyMemberAttribute]
public TabularData Data { get; set; }
[MessageBodyMemberAttribute]
public:
property TabularData^ Data {
TabularData^ get ();
void set (TabularData^ value);
}
[<MessageBodyMemberAttribute>]
member Data : TabularData with get, set
function get Data () : TabularData
function set Data (value : TabularData)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.TabularData
The tabular data.
See Also
Reference
DataQualityStoreInputDataRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace