SelectStatementSnippet.Script 屬性
Gets the script of the statement.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Script As String
Get
Set
'用途
Dim instance As SelectStatementSnippet
Dim value As String
value = instance.Script
instance.Script = value
public string Script { get; set; }
public:
property String^ Script {
String^ get ();
void set (String^ value);
}
member Script : string with get, set
function get Script () : String
function set Script (value : String)
屬性值
型別:System.String
The script of the statement.