ISql90AsymmetricKey.Assembly Property
Gets or sets the assembly that defines the key.
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.