다음을 통해 공유


ValidationGetResponse.ValidationIssueList 필드

The list of issues that need to be corrected.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public ValidationIssueList As Collection(Of ValidationIssue)
‘사용 방법
Dim instance As ValidationGetResponse
Dim value As Collection(Of ValidationIssue)

value = instance.ValidationIssueList

instance.ValidationIssueList = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public Collection<ValidationIssue> ValidationIssueList
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
Collection<ValidationIssue^>^ ValidationIssueList
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable ValidationIssueList: Collection<ValidationIssue>
public var ValidationIssueList : Collection<ValidationIssue>

참고 항목

참조

ValidationGetResponse 클래스

Microsoft.MasterDataServices 네임스페이스