FunctionStatementBody.Options 속성

Gets or sets options in a WITH clause - different options for procedure and function. Custom Manual processing.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property Options As IList(Of FunctionOption)
    Get
‘사용 방법
Dim instance As FunctionStatementBody 
Dim value As IList(Of FunctionOption)

value = instance.Options
public IList<FunctionOption> Options { get; }
public:
property IList<FunctionOption^>^ Options {
    IList<FunctionOption^>^ get ();
}
member Options : IList<FunctionOption>
function get Options () : IList<FunctionOption>

속성 값

유형: System.Collections.Generic.IList<FunctionOption>
The options in a WITH clause.

참고 항목

참조

FunctionStatementBody 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스