SchemaObjectNameSnippet.Script 属性
Gets the script of the object.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property Script As String
Get
Set
用法
Dim instance As SchemaObjectNameSnippet
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 object.