ParameterizedDataTypeReference.Parameters Property

Gets a list of parameters if the schema object is a user-defined function.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Parameters As IList(Of Literal)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.IList<Literal>
A list of parameters if the schema object is user-defined function.

See Also

Reference

ParameterizedDataTypeReference Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace