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.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of ProcedureOption)
Get
'Usage
Dim instance As ProcedureStatementBody
Dim value As IList(Of ProcedureOption)
value = instance.Options
public IList<ProcedureOption> Options { get; }
public:
property IList<ProcedureOption^>^ Options {
IList<ProcedureOption^>^ get ();
}
member Options : IList<ProcedureOption>
function get Options () : IList<ProcedureOption>
Property Value
Type: System.Collections.Generic.IList<ProcedureOption>
The procedure with options.