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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。