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 value of the option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Value As IdentifierOrValueExpression
Get
Set
'Usage
Dim instance As DiskStatementOption
Dim value As IdentifierOrValueExpression
value = instance.Value
instance.Value = value
public IdentifierOrValueExpression Value { get; set; }
public:
property IdentifierOrValueExpression^ Value {
IdentifierOrValueExpression^ get ();
void set (IdentifierOrValueExpression^ value);
}
member Value : IdentifierOrValueExpression with get, set
function get Value () : IdentifierOrValueExpression
function set Value (value : IdentifierOrValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The value of the option.