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.
Gets or sets the assembly object that corresponds to this file.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Assembly As ISql90Assembly
ISql90Assembly Assembly { get; set; }
property ISql90Assembly^ Assembly {
ISql90Assembly^ get ();
void set (ISql90Assembly^ value);
}
abstract Assembly : ISql90Assembly with get, set
function get Assembly () : ISql90Assembly
function set Assembly (value : ISql90Assembly)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Assembly
.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.