ParameterizedDataTypeReference.Parameters 属性
Gets a list of parameters if the schema object is a user-defined function.
命名空间: 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>
A list of parameters if the schema object is user-defined function.