共用方式為


DatabaseTestAction.SqlScript 屬性

取得或設定一組 Transact-SQL 資料庫指令碼陳述式。

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

語法

'宣告
<BrowsableAttribute(False)> _
Public Property SqlScript As String
    Get
    Set
[BrowsableAttribute(false)]
public string SqlScript { get; set; }
[BrowsableAttribute(false)]
public:
property String^ SqlScript {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member SqlScript : string with get, set
function get SqlScript () : String
function set SqlScript (value : String)

屬性值

型別:System.String
要做為測試動作的一部分與其一同執行的資料庫命令陳述式。

.NET Framework 安全性

請參閱

參考

DatabaseTestAction 類別

Microsoft.Data.Schema.UnitTesting 命名空間