InvalidExpression.Script Property

Gets or sets the expression script.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Script As String
public string Script { get; set; }
public:
property String^ Script {
    String^ get ();
    void set (String^ value);
}
member Script : string with get, set
function get Script () : String
function set Script (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

InvalidExpression Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace