Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the option value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Value As OptionState
Get
Set
'Usage
Dim instance As OnOffAuditTargetOption
Dim value As OptionState
value = instance.Value
instance.Value = value
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.SqlServer.TransactSql.ScriptDom.OptionState
The option value.