ReserveDiskSpaceAuditFileOption.Value Property
Gets or sets the option state value.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Value As OptionState
public OptionState Value { get; set; }
public:
property OptionState Value {
OptionState get ();
void set (OptionState value);
}
member Value : OptionState with get, set
function get Value () : OptionState
function set Value (value : OptionState)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.OptionState
Returns a OptionState enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.