Compartilhar via


Propriedade do RDL RightFunctionCall.Parameters

Gets a list of function parameters.

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 ScalarExpression)
    Get
'Uso
Dim instance As RightFunctionCall 
Dim value As IList(Of ScalarExpression)

value = instance.Parameters
public IList<ScalarExpression> Parameters { get; }
public:
property IList<ScalarExpression^>^ Parameters {
    IList<ScalarExpression^>^ get ();
}
member Parameters : IList<ScalarExpression>
function get Parameters () : IList<ScalarExpression>

Valor da propriedade

Tipo: System.Collections.Generic.IList<ScalarExpression>
A list of function parameters.

Consulte também

Referência

RightFunctionCall Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom