Condividi tramite


Proprietà ISqlProcedure.BodyScript

Ottiene o imposta il corpo della routine.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlProcedure Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel