ISql90AssemblyFile.Assembly Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Assembly As ISql90Assembly
'Usage
Dim instance As ISql90AssemblyFile
Dim value As ISql90Assembly
value = instance.Assembly
instance.Assembly = value
ISql90Assembly Assembly { get; set; }
property ISql90Assembly^ Assembly {
ISql90Assembly^ get ();
void set (ISql90Assembly^ value);
}
function get Assembly () : ISql90Assembly
function set Assembly (value : ISql90Assembly)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.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.