スキーマ オブジェクトがユーザー定義関数である場合にパラメーターの一覧を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public ReadOnly Property Parameters As IList(Of Literal)
Get
'使用
Dim instance As ParameterizedDataTypeReference
Dim value As IList(Of Literal)
value = instance.Parameters
public IList<Literal> Parameters { get; }
public:
property IList<Literal^>^ Parameters {
IList<Literal^>^ get ();
}
member Parameters : IList<Literal>
function get Parameters () : IList<Literal>
プロパティ値
型: System.Collections.Generic.IList<Literal>
スキーマ オブジェクトがユーザー定義関数である場合のパラメーターの一覧です。