Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Add objects to the model.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Sub AddObjects ( _
cacheIdentifier As String, _
script As TextReader, _
metadata As IDictionary(Of String, String) _
)
public override void AddObjects(
string cacheIdentifier,
TextReader script,
IDictionary<string, string> metadata
)
public:
virtual void AddObjects(
String^ cacheIdentifier,
TextReader^ script,
IDictionary<String^, String^>^ metadata
) override
abstract AddObjects :
cacheIdentifier:string *
script:TextReader *
metadata:IDictionary<string, string> -> unit
override AddObjects :
cacheIdentifier:string *
script:TextReader *
metadata:IDictionary<string, string> -> unit
public override function AddObjects(
cacheIdentifier : String,
script : TextReader,
metadata : IDictionary<String, String>
)
Parameters
- cacheIdentifier
Type: System.String
The cache identifier.
- script
Type: System.IO.TextReader
The script.
- metadata
Type: System.Collections.Generic.IDictionary<String, String>
The metadata that will be used to process the script.
Remarks
The cacheIdentifier uniquely identifies the source.
.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.