SqlMetaData.UseServerDefault 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.
Reports whether this column should use the default server value.
public:
property bool UseServerDefault { bool get(); };
public bool UseServerDefault { get; }
member this.UseServerDefault : bool
Public ReadOnly Property UseServerDefault As Boolean
Property Value
A Boolean
value.
Remarks
The default is FALSE
.
This property can only be set in one of the SqlMetaData constructors.