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 the procedure with options.
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 ProcedureOptions
public ProcedureOptions Options { get; set; }
public:
property ProcedureOptions Options {
ProcedureOptions get ();
void set (ProcedureOptions value);
}
member Options : ProcedureOptions with get, set
function get Options () : ProcedureOptions
function set Options (value : ProcedureOptions)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.ProcedureOptions
Returns a ProcedureOptions.
.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.