Propriedade do RDL BuiltInFunctionTableReference.Parameters
Gets or sets the parameters for the 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 BuiltInFunctionTableReference
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>
The parameters for the function.