ExpressionNode.SetHasScript Method (Boolean)

 

Applies To: SQL Server 2016 Preview

Sets the Boolean value for the HasScript property.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

protected void SetHasScript(
    bool value
)
protected:
void SetHasScript(
    bool value
)
member SetHasScript : 
        value:bool -> unit
Protected Sub SetHasScript (
    value As Boolean
)

Parameters

Return Value

A Boolean value that represents the HasScript property.

See Also

ExpressionNode Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top