SqlScriptDomGenerator.AddAssemblySourceToAssemblyParameter Method
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Shared Sub AddAssemblySourceToAssemblyParameter ( _
sources As IList(Of ISql90AssemblySource), _
parameters As IList(Of Expression), _
keepBodyScriptFormat As Boolean _
)
public static void AddAssemblySourceToAssemblyParameter(
IList<ISql90AssemblySource> sources,
IList<Expression> parameters,
bool keepBodyScriptFormat
)
public:
static void AddAssemblySourceToAssemblyParameter(
IList<ISql90AssemblySource^>^ sources,
IList<Expression^>^ parameters,
bool keepBodyScriptFormat
)
static member AddAssemblySourceToAssemblyParameter :
sources:IList<ISql90AssemblySource> *
parameters:IList<Expression> *
keepBodyScriptFormat:bool -> unit
public static function AddAssemblySourceToAssemblyParameter(
sources : IList<ISql90AssemblySource>,
parameters : IList<Expression>,
keepBodyScriptFormat : boolean
)
Parameters
- sources
Type: System.Collections.Generic.IList<ISql90AssemblySource>
- parameters
Type: System.Collections.Generic.IList<Expression>
- keepBodyScriptFormat
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.