Partilhar via


Propriedade do RDL SchemaObjectFunctionTableReference.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 ScalarExpression)
    Get
'Uso
Dim instance As SchemaObjectFunctionTableReference 
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 parameters.

Consulte também

Referência

SchemaObjectFunctionTableReference Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom