AssemblyStatement.Parameters Property

 

Applies To: SQL Server 2016 Preview

Gets a list of either the client assembly specifier or the assembly bits.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<ScalarExpression> Parameters { get; }
public:
property IList<ScalarExpression^>^ Parameters {
    IList<ScalarExpression^>^ get();
}
member Parameters : IList<ScalarExpression> with get
Public ReadOnly Property Parameters As IList(Of ScalarExpression)

Property Value

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

The client assembly specifier or the assembly bits.

See Also

AssemblyStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top