Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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>