Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The list of issues that need to be corrected.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public ValidationIssueList As Collection(Of ValidationIssue)
'Usage
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>