AssociationGroupSourceMismatchError Class
Represents an activation error indicating the association references in an association group do not have a consistent set of source external content types.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.ActivationError
Microsoft.SharePoint.BusinessData.Administration.AssociationGroupError
Microsoft.SharePoint.BusinessData.Administration.AssociationGroupSourceMismatchError
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class AssociationGroupSourceMismatchError _
Inherits AssociationGroupError
'Usage
Dim instance As AssociationGroupSourceMismatchError
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class AssociationGroupSourceMismatchError : AssociationGroupError
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.