SetToNotPresent Method

Removes the value from the underlying source. Afterwords, this.Value == this.DefaultValue.

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Sub SetToNotPresent
'Usage
Dim instance As IModelProperty

instance.SetToNotPresent()
void SetToNotPresent()
void SetToNotPresent()
abstract SetToNotPresent : unit -> unit 
function SetToNotPresent()

See Also

Reference

IModelProperty Interface

Microsoft.Data.Tools.Model Namespace