Compartilhar via


Propriedade do RDL PartitionFunctionCall.Parameters

Gets a list of parameters to 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 PartitionFunctionCall 
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 to the function.

Consulte também

Referência

PartitionFunctionCall Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom