EntityMembersDeleteRequest.ResetDbaReferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value that indicates whether references to the members being deleted should be reset.
public:
property bool ResetDbaReferences { bool get(); void set(bool value); };
[System.ServiceModel.MessageBodyMember]
public bool ResetDbaReferences { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.ResetDbaReferences : bool with get, set
Public Property ResetDbaReferences As Boolean
Property Value
true
if reference to the members being deleted should be reset; otherwise, false
.
- Attributes
Remarks
If a member is being used as a DBA value in another entity, setting this flag to true will ensure that the DBA value in the referring member is set to null. If this flag is not set, the API will return an error.