SqlScriptDomGenerator.AddAssemblySourceToAssemblyParameter - метод
Пространство имен: Microsoft.Data.Schema.Sql.SchemaModel
Сборка: Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)
Синтаксис
'Декларация
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
)
Параметры
- sources
Тип: System.Collections.Generic.IList<ISql90AssemblySource>
- parameters
Тип: System.Collections.Generic.IList<Expression>
- keepBodyScriptFormat
Тип: System.Boolean
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.