Compartilhar via


Propriedade IScript.BodyScript

Obtém ou define um script de corpo.

Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Property BodyScript As String
    Get
    Set
string BodyScript { get; set; }
property String^ BodyScript {
    String^ get ();
    void set (String^ value);
}
abstract BodyScript : string with get, set
function get BodyScript () : String
function set BodyScript (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IScript Interface

Namespace Microsoft.Data.Schema.SchemaModel.Abstract