名前空間: 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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。