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 or sets options in a WITH clause.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Options As FunctionOptions
public FunctionOptions Options { get; set; }
public:
property FunctionOptions Options {
FunctionOptions get ();
void set (FunctionOptions value);
}
member Options : FunctionOptions with get, set
function get Options () : FunctionOptions
function set Options (value : FunctionOptions)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.FunctionOptions
Remarks
Options in a WITH clause - different options for procedure and function. Custom manual processing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.