Partager via


ISqlTrigger.BodyScript, propriété

Obtient ou définit le corps du déclencheur.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property BodyScript As SqlScriptProperty
    Get
    Set
SqlScriptProperty BodyScript { get; set; }
property SqlScriptProperty^ BodyScript {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract BodyScript : SqlScriptProperty with get, set
function get BodyScript () : SqlScriptProperty
function set BodyScript (value : SqlScriptProperty)

Valeur de propriété

Type : Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

Sécurité .NET Framework

Voir aussi

Référence

ISqlTrigger Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms