次の方法で共有


FunctionStatementBody.Options プロパティ

WITH 句のオプションを取得または設定します。オプションはプロシージャと関数で異なります。 カスタムの手動処理です。

名前空間:  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>
WITH 句のオプション。

関連項目

参照

FunctionStatementBody クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間