Proprietà ISqlDmlTrigger.Parent
Ottiene o imposta l'oggetto al quale si applica il trigger.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Property Parent As ISqlColumnSource
Get
Set
ISqlColumnSource Parent { get; set; }
property ISqlColumnSource^ Parent {
ISqlColumnSource^ get ();
void set (ISqlColumnSource^ value);
}
abstract Parent : ISqlColumnSource with get, set
function get Parent () : ISqlColumnSource
function set Parent (value : ISqlColumnSource)
Valore proprietà
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlColumnSource
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.