命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。