Condividi tramite


Proprietà ParameterizedDataTypeReference.Parameters

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

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

ParameterizedDataTypeReference Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom