DiskStatementOption::Value Property
Gets the value of the option.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property IdentifierOrValueExpression^ Value { IdentifierOrValueExpression^ get(); void set(IdentifierOrValueExpression^ value); }
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom::IdentifierOrValueExpression^The value of the option.
Show: