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.

請參閱

參考

SchemaObjectNameSnippet 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間