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