Compartilhar via


Propriedade do RDL ParameterizedDataTypeReference.Parameters

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

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

Sintaxe

'Declaração
Public ReadOnly Property Parameters As IList(Of Literal)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

ParameterizedDataTypeReference Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom