ISql90Signature.SignedObject, propriété
Obtient ou définit l'objet signé.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Property SignedObject As ISql90Signable
Get
Set
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)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISql90Signable
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.