Share via


PartitionFunctionCall.Parameters Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Parameters As IList(Of Expression)
'Usage
Dim instance As PartitionFunctionCall 
Dim value As IList(Of Expression)

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

Property Value

Type: System.Collections.Generic.IList<Expression>

.NET Framework Security

See Also

Reference

PartitionFunctionCall Class

PartitionFunctionCall Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace