Compartir a través de


IScript.BodyScript (Propiedad)

Obtiene o establece un script de cuerpo.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel.Abstract
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

IScript Interfaz

Microsoft.Data.Schema.SchemaModel.Abstract (Espacio de nombres)