ISqlProcedure.BodyScript Property

Gets or sets the body of the procedure.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property BodyScript As SqlScriptProperty
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISqlProcedure Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace