IScript.BodyScript-Eigenschaft

Ruft ein Textskript ab oder legt es fest.

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

Syntax

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

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

IScript Schnittstelle

Microsoft.Data.Schema.SchemaModel.Abstract-Namespace