共用方式為


IScript.BodyScript 屬性

取得或設定主體指令碼。

命名空間:  Microsoft.Data.Schema.SchemaModel.Abstract
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

IScript 介面

Microsoft.Data.Schema.SchemaModel.Abstract 命名空間