Freigeben über


AssemblyStatement.Parameters-Eigenschaft

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

'Declaration
Public ReadOnly Property Parameters As IList(Of ScalarExpression)
    Get
'Usage
Dim instance As AssemblyStatement 
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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<ScalarExpression>
The client assembly specifier or the assembly bits.

Siehe auch

Verweis

AssemblyStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace